IntelliJ IDEA
 
Get IntelliJ IDEA
You are viewing the documentation for an earlier version of IntelliJ IDEA.

TypeScript tool window

Last modified: 10 August 2022

Required plugin: JavaScript and TypeScript

The plugin is available only in IntelliJ IDEA Ultimate, where it is enabled by default.

View | Tool Windows | TypeScript

The TypeScript tool window lists compilation errors in TypeScript code. This list is not affected by changes you make to your code and is updated only when you invoke compilation again.

IntelliJ IDEA shows the TypeScript tool window only when the TypeScript Language Service is activated on the TypeScript page as described in TypeScript.

The tool window shows up only after you first compile your TypeScript code manually. After that the tool window is accessible via View | Tool Windows | TypeScript on the main menu or via the tool window bar.

See Compiling TypeScript into JavaScript.