| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
ServiceStackIDEA now supports many of the most popular Jetbrains IDEs including:
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:
Local development of the plugin requires:
Once loaded into IntelliJ for the first time, import gradle project by right clicking on build.gradle in the Project menu.
Once imported, run the build task, this should try to resolve the gradle version to use.
Use the gradle task runIde on Debug, this should launch 2019.2 of IntelliJ Community edition which is the ealiest version supported after ServiceStackIDEA 1.0.40.
This breaking change came from 2019.2+ separation of Java lang features in the com.intellij.psi.* packages which SSIDEA uses for IntelliJ + Android studio Java support.
| Back | FazBrowse Home | New Git URL |