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.git
Assuming you're developing with Intellij (and you want to develop with Intellij):
generateGrammarClean
task from gradle.build file or under Tasks/other if you use the Gradle tab. runIde
task (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.