Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 984 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 984 Bytes

Sublime Sonar

This plugin adds Sonar support to Sublime Text 2.

Installation

Use Sublime Text 2's Package Control (Preferences -> Package Control -> Install Package -> Sonar) to install this plugin.

Sonar Support For Sublime Text 2

This plugin adds support for running Sonar analysis (using maven) from inside Sublime Text 2.

Right-click in the editor to:

  • start sonar analysis

Right-click in the side-bar to:

  • start sonar analysis

Snippets

To use any of the snippets, simply type the name of the snippet, then press the key. Sublime Text 2 will insert the snippet, and you can then use the key to move through any placeholders that you need to replace.

  • sonar-pom: creates pom.xml file for a PHP project

Contributions Welcome

Requests for features, and pull requests with patches, are most welcome :)