Skip to content
This repository has been archived by the owner on Feb 17, 2020. It is now read-only.

CesiumGS/webstorm-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cesium WebStorm Plugin

Created by the Cesium team for Cesium development in WebStorm.

Add The Plugin

  1. Navigate to WebStorm settings
  2. Click Plugins
  3. Click Browse repositories...
  4. Search for Jump Source Spec
  5. Click Install

With this plugin, you can jump between source and specs files with a simple press of alt + shift + k.

Build Guide

  1. Install IntelliJ Community Edition
  2. Run git clone git@github.com:AnalyticalGraphicsInc/cesium-webstorm-plugin.git
  3. Navigate to File -> Project Structure...
  4. Under the Project tab click New and select IntelliJ Platform Plugin SDK
  5. Browse to where you installed IntelliJ, similar to:
    • Mac: /Applications/IntelliJ IDEA CE.app
    • Windows: C:\\Program Files (x86)\JetBrains\IntelliJ IDEA Community Edition
  6. Press Ok and then Apply
  7. Navigate to Run -> Edit Configurations...
  8. Click the + icon and select Plugin, 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.

Contributions

Pull requests are appreciated! Please use the same Contributor License Agreement (CLA) used for Cesium.

Releases

No releases published

Packages

No packages published

Languages