Volodymyr Gubarkov
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
-
Edited How can I create a unit test for my language support plugin to emulate opening a file from outside of the project?
AnsweredHi! 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... -
Created What is the recommended approach for testing DocumentationProvider I've added for my language support plugin?
AnsweredHi! 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 ... -
Edited Internal IDE error right after updating my plugin to latest version
AnsweredRecently 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... -
Created Strategy to support two dialects for same programming language in my plugin
AnsweredHi 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 ...