IntelliJ IDEA
 
Get IntelliJ IDEA

TypeScript tool window

Last modified: 11 October 2024

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 in the main menu or via the tool window bar.

See Compiling TypeScript into JavaScript.