Syntax highlighting, auto completion, templates, snippets and comments toggling.
Not much to say about the syntax highlighting, it just works. Auto completion in Sublime Text 2 is performed with ctrl+space and/or tab depending on the preferences. Currently auto completion is available for LScript GUI controls and LScript constants.
All the standard templates from LSED are included as Sublime Snippets and can be used as boiler plates for new projects. Also a code snippet for Modeler monitor progress is included, tab triggered with mon
.
Easiest way to install the package is to simply grab the LScript.sublime-package
file. A git user can clone this repo directly into the Sublime application, which makes it a bit easier to keep up to date.
- Download the latest
LScript.sublime-package
from downloads. - Copy it to your Sublime's
Data/Installed Packages
folder. - Restart Sublime Text.
Go to your Sublime Text 2 Data/Packages
folder and clone the repository using the command below:
git clone git://github.com/artstorm/Sublime-Text-LScript.git LScript