Skip to content

New and Noteworthy 1.1.0

angelozerr edited this page Sep 24, 2016 · 14 revisions

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 ?. You can see issues for 1.1.0

TypeScript 2.0.3

TypeScript 2.0.3 is available as embed TypeScript. To use it, go to the project preferences TypeScript / Server:

Use TypeScript 2 As Server

Don't forget to to the same thing for compiler with project preferences TypeScript / Compiler.

If you have installed an old version of typescript.java, you must change this preference with 2.0.3 otherwise TypeScript used for server and compiler will be 1.8.10.

JSX Editor

Provides a JSX Editor with JSX syntax coloration:

JSX Editor

TypeScript Editor

Syntax coloration

Syntax coloration for:

  • ES7 Decorators with gray color.
  • TypeScript keywords.

TypeScript Syntax Color For KeyWords And Decorator

Import Folding

Import Folding

Template (Snippet)

Templates are now available:

  • for TypeScript:

TypeScript Template

React Template

TypeScript Outline

Link With Editor

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:

TypeScript Outline Link With Editor

Collapse All

Collapse All action gives the capability to collapse all the tree of the outline:

TypeScript Outline Collapse All

TSConfig Editor

TSConfig Editor was improved to provide several pages to manage tsconfig.json options with UI:

  • Overview page

Overview page

  • Files page

Files page

  • Output page

Output page

  • Source page

Source page