How can I install Groovy plugin in WebStorm?

前端 未结 1 1314
悲哀的现实
悲哀的现实 2021-02-07 06:31

I\'m developing with WebStorm. I want to have syntax highlighting for Jenkins Groovy pipelines.

It\'s possible to use InteliJ IDEA for editing Jenkinsfiles, but it\'s ob

1条回答
  •  醉梦人生
    2021-02-07 07:09

    I didn't get that plugin to work either, but as a partial alternative, you can use this TextMate bundle: https://github.com/textmate/groovy.tmbundle

    1. Download the repository (https://github.com/textmate/groovy.tmbundle/archive/master.zip)
    2. Extract the zip file to some directory on your system
    3. In WebStorm / IntelliJ / etc., go to File > Settings > Editor > TextMate bundles, click on the + sign and point it to the directory you just extracted to

    0 讨论(0)
提交回复
热议问题