GLSL plugin support for JetBrains IDE's. Feel free to report any issue, problem, bug or add any request.
git clone https://github.com/walt-grace/glsl-plugin-idea.gitAssuming you're developing with Intellij (and you want to develop with Intellij):
- Generate grammar. Execute the
generateGrammarstask from gradle.build file or under Tasks/grammarkit if you use the Gradle tab. - Run. Execute the
runIdetask (Intellij will build the project and then run the instance).
* If you're only interested in building the project without running it you can use task buildPlugin after step 1.
Just execute the test task from the Gradle tab or run specific classes or tests from within the ide.