Package for Soar development in Sublime Text
Sublime Text package for Soar development.
Ctrl+Shift+P
) to select
Install Package
and then search for Soar Tools
.Files with the '.soar' exention are assumed to be Soar files and are highlighted accordingly. Code folding is also provided but is irregular at the moment.
The plugin highlights both Soar productions and other curly-braced sections, like smem --add
commands:
Production snippets help you code faster:
and SoarDoc snippets help you document faster:
You can run SoarUnit on a single file or on an entire project as a build command (CTRL+B). See project Readme for setup details.
You can run the Soar CLI from SublimeText if you have the SublimeREPL package installed (see the project Readme for setup details). Highlighting included!
Suggestions or questions, patches and PR's are welcome. Speak your mind on the issues page!