Volodymyr Gubarkov
- 活动总数 15
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 4
-
已编辑于 How can I create a unit test for my language support plugin to emulate opening a file from outside of the project?
已回答Hi! I'm developing language support for AWK. It appears, that when you open an external file (that resides outside of the current project root), the functions in it are reported as unused and thei... -
创建于 What is the recommended approach for testing DocumentationProvider I've added for my language support plugin?
已回答Hi! I've added a documentation provider for my language support plugin: https://github.com/xonixx/intellij-awk/blob/main/src/main/java/intellij_awk/AwkDocumentationProvider.java. All seems to work ... -
已编辑于 Internal IDE error right after updating my plugin to latest version
已回答Recently I've released the 0.2.2 version of my plugin https://plugins.jetbrains.com/plugin/17037-awk-support to the marketplace. This is a custom language support plugin. Then I noticed that when I... -
创建于 Strategy to support two dialects for same programming language in my plugin
已回答Hi dear IntelliJ IDEA specialists. I’m developing a programming language support plugin for IntelliJ IDEA. I want to add a support for programming languages A (already implemented) and A+ (want to ...