You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome to the TypeScript plugin for Sublime Text!
2
+
3
+
Details about this package and its feature can be found on its GitHub
4
+
repository at https://github.com/Microsoft/TypeScript-Sublime-Plugin.
5
+
6
+
v0.1.5 updates:
7
+
- Fixed several issues with syntax highlighting
8
+
- Fixed performance issues caused by quickinfo requests on large files
9
+
- Fixed the bug where users were unable to type the '}' and ';' keys
10
+
- Fixed wrong indentation between curly braces
11
+
- Fixed issues with signature tooltip positioning
12
+
- Fixed incorrect error spans in Sublime Text 2
13
+
- Resolved confusion caused by certain snippet triggers in the completion list
14
+
- Added build functionality for loose files and projects configured with tsconfig.json. TypeScript files can now be built via "Tools" -> "Build" in the menu
15
+
- Updated the TypeScript language service to v1.5 (will ship with Visual Studio 2015 RTM)
0 commit comments