I’m working on learning IntelliJ PlugIn developmen...
# intellij-plugins
r
I’m working on learning IntelliJ PlugIn development by translating the Simple Language Plugin from Java to Kotlin and adding Gradle Support. You can see my progress here: https://github.com/rekendahl/kotlin_simple_language_plugin. I’m trying to translate the "3.2. Define an element type” chapter but I don’t understand what function the SimpleElementType.java (https://github.com/JetBrains/intellij-sdk-docs/blob/master/code_samples/simple_language_plugin/src/com/simpleplugin/psi/SimpleElementType.java) adds? It doesn’t seem to be used anyhere?!?! What am I missing?