Skip to content

Releases: microsoft/TypeScript-Sublime-Plugin

0.1.5 plugin release

24 Jun 00:01
Compare
Choose a tag to compare

v0.1.5 updates:
- Fixed several issues with syntax highlighting
- Fixed performance issues caused by quickinfo requests on large files
- Fixed the bug where users were unable to type the } and ; keys
- Fixed wrong indentation between curly braces
- Fixed issues with signature tooltip positioning
- Fixed incorrect error spans in Sublime Text 2
- Resolved confusion caused by certain snippet triggers in the completion list
- Added build functionality for loose files and projects configured with tsconfig.json. TypeScript files can now be built via "Tools" -> "Build" in the menu
- Updated the TypeScript language service to v1.5 (will ship with Visual Studio 2015 RTM)

0.1.4 plugin release

12 May 15:55
Compare
Choose a tag to compare

Fixes a number of bugs and adds tooltip support for Sublime Text 3 users.

0.1.3 release to fix package control issue

10 Apr 22:02
Compare
Choose a tag to compare

If 0.1.1 was installed via package control, this installed as a .sublime-package, which caused issues due to Node being unable to locate the tsserver.js script.

0.1.2 fixes this by requesting not to be packaged, however Package Control does not remove the installed 0.1.1 .sublime-package when installing 0.1.2, and Sublime tries to load both, causing failures.

This minor release adds a simple check on launch that will detect and delete the typescript.sublime-package if present.

Avoid issues with packaging

10 Apr 19:21
Compare
Choose a tag to compare
Pre-release
0.1.2

Fix issues due to sublime packaging

0.1.1 release

09 Apr 07:13
Compare
Choose a tag to compare
0.1.1 release Pre-release
Pre-release

Minor updates to 0.1.0.

Initial alpha release

01 Apr 18:18
Compare
Choose a tag to compare
Initial alpha release Pre-release
Pre-release

Initial alpha release of the Sublime Text plugin for TypeScript.