ServiceStackIDEA now supports many of the most popular Jetbrains IDEs including:
- IntelliJ
- Java, Kotlin and TypeScript
- Android Studio
- Java and Kotlin
- WebStorm, RubyMine, PhpStorm & PyCharm
- TypeScript
Since version 1.0.11, ServiceStackIDEA now supports adding new TypeScript References!
By right clicking on any folder in your Project explorer, you can add a TypeScript reference by simply providing any based URL of your ServiceStack server.
Once this file as been added to your project, you can update your service DTOs simply right clicking Update Servicestack Reference or using the light bulb action (Alt+Enter by default).
This now means you can integrate with a ServiceStack service easily from your favorite Jetbrains IDE when working with TypeScript!
The ServiceStack IDEA is now available to install directly from within a supported IDE Plugins Repository, to Install Go to:
File -> Settings...Main Menu Item- Select Plugins on left menu then click Browse repositories... at bottom
- Search for ServiceStack and click Install plugin
- Restart to load the installed ServiceStack IDEA plugin




