SublimeLinter plugin for SQL by SOAR.
SublimeLinter 3 must be installed in order to use this plugin. If SublimeLinter 3 is not installed, please follow the instructions here.
Before using this plugin, you must ensure that SOAR
is installed on your system.
Please follow the instructions of SOAR
.
At the first, you need clone the plugin into package folder.
- Open Sublime Text and click
Preferences -> Browse Packages...
- Clone the repo into folder.
git clone https://github.com/liipx/SublimeLinter-soar.git
Then click Preferences -> Package Settings -> SublimeLinter -> Settings
, set the config as following:
// SublimeLinter Settings - User
{
"linters": {
"soar": {
"soar_path":"you_soar_path"
},
},
}
Now, open a sql file and enjoy.