JetBrains Rider
 
Get JetBrains Rider
Get your hands on the new features ahead of the release by joining the Early Access Program for Rider 2025.1! Learn more

TypeScript 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.

JetBrains Rider shows the TypeScript tool window only when the TypeScript Language Service is activated on the TypeScript page as described in Languages and frameworks: 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.