Skip to content

Commit fe1e1a3

Browse files
Create 3.3.1.txt
1 parent 61b6b62 commit fe1e1a3

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

messages/3.3.1.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
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+
This release ships with TypeScript 3.3.1, and also supports editing in
7+
JavaScript files thanks to work done by GitHub users @zhengbli and @idiotWu.
8+
9+
With this mode, users will receive TypeScript-powered features like
10+
more accurate completions, renaming capabilities, refactoring, go-to-definition,
11+
and find-all-references. Users can also get error checking in JavaScript files in
12+
the presence of `checkJs` in a `tsconfig.json` file, or a `// @ts-check` comment
13+
at the top of your file. This functionality can be disabled by explicitly setting
14+
the `enable_language_service_for_javascript` setting in your preferences to `false`.
15+
16+
This release also sets error regions to `invalid.illegal` so that themes can leverage
17+
them appropriately - courtesy of work done by @rgant.
18+
19+
Finally, this release includes a fix for renaming issues when renamed entities occur on the same line.

0 commit comments

Comments
 (0)