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

TypeScript window

Last modified: 21 April 2023

Required plugin:

Javascript and TypeScript -  The plugin is bundled with JetBrains Rider and 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.

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

See Compiling TypeScript into JavaScript.