Sublime Text 2 and 3 plugin to support the Boo language with auto completion.
Interfaces with Boo.Hints to offer compiler assisted auto completion hints.
- Global/Imported symbols
- Local symbols (ie: function arguments)
- Members (ie: after a dot)
- Parses the source on each save to indicate errors in the gutter
Create a Boo.sublime-settings
file or include plugin settings prefixed with boo.
in your preferences or project files.
You can also use the excellent DirectorySettings plugin to provide a specific configuration for a directory without having to mess with Sublime projects.
See the supplied Boo.sublime-settings
file for the list of available settings.
Distributed under The MIT License
Syntax file is based on work from Shammah, used with permission.