Created by the Cesium team for Cesium development in WebStorm.
- Navigate to WebStorm settings
- Click Plugins
- Click Browse repositories...
- Search for
Jump Source Spec
- Click Install
With this plugin, you can jump between source and specs files with a simple press of alt + shift + k
.
- Install IntelliJ Community Edition
- Run
git clone [email protected]:AnalyticalGraphicsInc/cesium-webstorm-plugin.git
- Navigate to
File
->
Project Structure...
- Under the
Project
tab clickNew
and selectIntelliJ Platform Plugin SDK
- Browse to where you installed IntelliJ, similar to:
- Mac:
/Applications/IntelliJ IDEA CE.app
- Windows:
C:\\Program Files (x86)\JetBrains\IntelliJ IDEA Community Edition
- Mac:
- Press
Ok
and thenApply
- Navigate to
Run
->
Edit Configurations...
- Click the
+
icon and selectPlugin
, give it a name and you are good to go
Now if you navigate to Run
->
Debug
a new instance of IntelliJ will open with the plugin installed.
For more information on developing IntelliJ plugins check this out.
Pull requests are appreciated! Please use the same Contributor License Agreement (CLA) used for Cesium.