Volodymyr Gubarkov
- 活动总数 15
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 4
-
-
-
Volodymyr Gubarkov 创建了一个帖子, 已回答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... -
-
Volodymyr Gubarkov 创建了一个帖子, 已回答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 ... -
-
-
Volodymyr Gubarkov 创建了一个帖子, 已回答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... -
-
Volodymyr Gubarkov 创建了一个帖子, 已回答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 ...