Releases: oleg-shilo/cs-script-sublime
Releases · oleg-shilo/cs-script-sublime
Release v1.2.1
Repackaged v1.2.0 as it included wrong content
Added support for intellisense for CS-Script directives:
- Tooltips for '//css_'
- Completion for '//css_'
- Completion for compatible files '//css_inc <file_name>'
- Completion for compatible files '//css_ref <file_name>'
- Go to definition (documentation section) of '//css_*'
- Go to definition (open file) of '//css_inc <file_name>'
- Go to definition (open containing folder) of '//css_ref <file_name>'
Release v1.2.0
Added support for intellisense for CS-Script directives:
- Tooltips for '//css_'
- Completion for '//css_'
- Completion for compatible files '//css_inc <file_name>'
- Completion for compatible files '//css_ref <file_name>'
- Go to definition (documentation section) of '//css_*'
- Go to definition (open file) of '//css_inc <file_name>'
- Go to definition (open containing folder) of '//css_ref <file_name>'
Release v1.1.0
- Added full support (out of box) for C#7 on Linux/Mono
- Updated CS-Script binaries, which are now highly tailored for Linux environment.
Release 1.0.5
- Fixed problem with script execution excessive startup delay.
Problem was caused by the invalid naming of the deployedVBCSCompiler.exe.config
, what in turn prevented VBCSCompiler.exe process caching by Roslyn.
Release v1.0.4.0
Added C# 7 support.
- Windows: Full support for intellisense and execution.
- Linux/Mac: Support for intellisense. The execution currently is limited to C#6 (Mono v4.8.0) with C#7 being automatically handled by the plugin from the moment Mono implements C# 7 specification.
Release v1.0.3
- Default key binding made conditional
- Added third-party licences notice
Release v1.0.2
First release for Package Control