Volodymyr Gubarkov
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
-
-
-
Volodymyr Gubarkov created a post, AnsweredHow 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 created a post, AnsweredWhat 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 created a post, AnsweredInternal 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 created a post, AnsweredStrategy 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 ...