Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Volodymyr Gubarkov
Follow
New posts
New posts and comments
Total activity
10
Last activity
January 12, 2022 14:09
Member since
June 14, 2021 14:31
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Posts (3)
Comments (4)
Sort by votes
Recent activity
Votes
Edited
January 12, 2022 14:09
Thank you Jakub! This indeed seems to be very close to what I need. Upd. Was able to add the tests I needed: https://github.com/xonixx/intellij-awk/blob/main/src/test/java/intellij_awk/AwkDocumenta...
Community
IntelliJ IDEA Open API and Plugin Development
What is the recommended approach for testing DocumentationProvider I've added for my language support plugin?
0 votes
Created
October 09, 2021 12:35
I'm planning to release new version of plugin soon. Is there any way I can prevent this issue from happenning this time? For example, what is the way to tell IDEA that my plugin needs a restart aft...
Community
IntelliJ IDEA Open API and Plugin Development
Internal IDE error right after updating my plugin to latest version
0 votes
Created
October 04, 2021 16:00
Sure, my bad. Initially I posted here since I was almost sure it's problem with my plugin and I'm doing something wrong. Then after some additional thinking I though this might be Idea bug, thus p...
Community
IntelliJ IDEA Open API and Plugin Development
Internal IDE error right after updating my plugin to latest version
0 votes
Created
June 24, 2021 21:04
Thank you Reece and Piotr for your advice. Eventually I'm now as well more in favor of single parser. Looks like the most straight forward approach.
Community
IntelliJ IDEA Open API and Plugin Development
Strategy to support two dialects for same programming language in my plugin
0 votes