Sofe2038
- 活动总数 17
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 3
-
创建于 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... -
创建于 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...