Skip to content

TSConfig Editor Features

angelozerr edited this page Oct 18, 2016 · 3 revisions

TypeScript Config Editor

Eclipse Neon provides a WTP Eclipse JSON Editor which can be extended with JSON Schema to provide custom completion.

If you have install JSON Editors with Eclipse Neon

Install JSON Editors

you will have an editor for tsconfig.json

Editor

TSConfig editor provides several pages to manage tsconfig.json options with UI:

  • Overview page

Overview page

The compiler section gives you the capability to see and choose your TypeScript version and nodejs executable:

Change TypeScript version

  • Files page

Files page

  • Output page

Output page

  • Source page

Source page

Completion

Here a sample with completion for tsconfig.json:

TSConfig Editor Completion