Skip to content

Releases: oleg-shilo/cs-script-sublime

Release v1.2.1

24 Sep 06:39
Compare
Choose a tag to compare

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

24 Sep 03:59
Compare
Choose a tag to compare

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

11 Sep 05:53
Compare
Choose a tag to compare
  • 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

15 Apr 12:56
Compare
Choose a tag to compare
  • Fixed problem with script execution excessive startup delay.
    Problem was caused by the invalid naming of the deployed VBCSCompiler.exe.config, what in turn prevented VBCSCompiler.exe process caching by Roslyn.

Release v1.0.4.0

06 Apr 05:38
Compare
Choose a tag to compare

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

31 Mar 03:17
Compare
Choose a tag to compare
  • Default key binding made conditional
  • Added third-party licences notice

Release v1.0.2

06 Mar 11:13
Compare
Choose a tag to compare

First release for Package Control