Sofe2038
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
Created Some classes are in IC-2018.3.2 but not in IU-2018.3.2
I am developing a plugin for PhpStorm using Gradle structure, so I have to depend on com.jetbrains.php, but it is only available in IntelliJ Ultimate. So in build.gradle, I have this code: intellij... -
Created Why do PSI element types have to have a separate interface and an implementation class?
I don't use GrammarKit BNF in my custom language parser, so I create the PSI element type classes manually, and I don't want to spend the effort creating two files for the same element type. Is the...