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

TypeScript tool window

Last modified: 01 September 2023

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.

CLion shows this tool window only when the TypeScript Language Service is activated.

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.