-
Notifications
You must be signed in to change notification settings - Fork 14
New and Noteworthy 1.1.0
Here's a list of the most noteworthy things in the typescript.java 1.1.0
release which is available for download since 01/11/2016. You can see issues for 1.1.0
TypeScript 2.0.6 is available as embed TypeScript. To use it, go to the project preferences TypeScript / Runtime
:
You can access to this preference too with the tsconfig.json editor. The compiler section gives you the capability to see and choose your TypeScript version
and nodejs
executable:
Provides a JSX Editor with JSX syntax coloration:
Syntax coloration for:
-
ES7 Decorators
with gray color. -
TypeScript keywords
.
Templates are now available:
- for TypeScript:
- for Reactjs. It is based on VS Code Reactjs snippets.
Link With Editor
(which is available by default) gives the capability to synchronize the cursor of the active TypeScript editor with the outline to select the well tree item:
Collapse All
action gives the capability to collapse all the tree of the outline:
The TypeScript Outline
is filled with navbar
tsserver command:
TypeScript 2.0.6
provides a new navtree
command which gives the capability to display TypeScript items as tree. If you consume TypeScript 2.0.6
, the Outline will be filled like this:
TSConfig Editor was improved to provide several pages to manage tsconfig.json options with UI:
-
Overview
page
-
Files
page
-
Output
page
-
Source
page
TypeScript Resources display the version of TypeScript used to consume tsc
and tsserver
which is configured:
UI launch for tsc:
- TypeScript IDE
- New and Noteworthy