Releases: microsoft/TypeScript-Sublime-Plugin
TypeScript 4.8.2
This release updates TypeScript to 4.8 and provides syntax highlighting changes.
TypeScript 4.7.2
This release updates TypeScript to 4.7 and provides syntax highlighting changes.
TypeScript 4.6.2
This release updates TypeScript to 4.6 and provides syntax highlighting changes.
TypeScript 4.4.2
This release updates TypeScript to 4.4.2 and includes syntax highlighting fixes and updates for new language constructs
TypeScript 4.3.2
This release updates TypeScript to 4.3.2 and includes syntax highlighting fixes and updates for new language constructs.
TypeScript 4.2.2
This release updates TypeScript to 4.2.2 and includes syntax highlighting fixes and updates for new language constructs.
It also contains
TypeScript 3.9.2
This release updates TypeScript to 3.9.2 and includes syntax highlighting fixes and updates for new language constructs.
- Correctly load Sublime settings in certain scenarios (#741, thanks to @aNickPlx)
- Correclty use
log.debug
instead ofprint
, which avoids emitting to the console (#742, thanks to @evandrocoan)
TypeScript 3.8.2
This release updates TypeScript to 3.8.2 and includes syntax highlighting fixes and updates for new language constructs.
Additionally, it contains the following fixes and improvements:
- Provides a
copy
link for hover tooltips (#724, thanks to @kylebebak) - Provides a more Sublime-like experience for tabbing through completions (#733, thanks to @matthandlersux)
- Correctly displays Signature Help when started from
subl
(#734, thanks to @adill) - Provides the
node_args
,tsserver_args
, andtsserver_env
options (#730, thanks to @mattbroussard)
Update for Displaying Errors
TypeScript 3.7.2
This release updates TypeScript to 3.7.2 and includes syntax highlighting fixes, as well as support for new TypeScript syntax.
Thanks to @bertilnilsson, it also includes new options to change the way that errors are surfaced in Sublime Text. Errors can be displayed in the gutter using the error_icon
setting, and errors can be set to use outlines with the error_outlined
setting. See more information here.