kamal is plugin for sublime text to check syntax errors, variable errors and auto completion in python code.
- Open the Command Palette in Sublime Text (
Ctrl+Shift+PorCmd+Shift+P). - Select
Package Control: Install Package. - Search for
kamaland install it.
Open sublime Packages directory. (Preferences > Browse packages...)
For Linux
cd ~/.config/sublime-text/Packages/UserThen install jedi module with pip.
pip install jedi --target=jedi_libThen download and move syntax_checker.py file also in that directory.
Install jedi using above method.
Then download and move auto_completion.py file also in that directory.
Open sublime Packages directory. (Preferences > Browse packages...)
For Linux
cd ~/.config/sublime-text/Packages/UserThen download and move variable_checker.py file also in that directory.