Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Viacheslav Fateev
Total activity
18
Last activity
January 13, 2022 07:10
Member since
June 06, 2020 16:41
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
3
Activity overview
Posts (3)
Comments (11)
Sort by recent activity
Recent activity
Votes
Created
January 13, 2022 07:10
Thank you for the hint.Unfortunately it works the same way as the mentioned APIs. Once opened file is saved after updates it returns false. Seems like file hashing is the only way to address the is...
Community
IntelliJ IDEA Open API and Plugin Development
Is there an API to check if a file opened in the editor was updated in terms of its content
0 votes
Created
May 05, 2021 12:11
Yes, we work with errors in swagger files that may be located in any project folder depending on the user choice. Idea with isExcluded sounds good, I created a ticket here: https://intellij-support...
Community
IntelliJ IDEA Open API and Plugin Development
Show custom errors Project Errors tab
0 votes
Created
May 05, 2021 11:17
Thank you for clarification. I have a json file with a few HighlightInfo objects on it. They are shown only in Problems / Current File tab.If I move the file into the src folder they also appear in...
Community
IntelliJ IDEA Open API and Plugin Development
Show custom errors Project Errors tab
0 votes
Created
May 05, 2021 09:46
There is no such EP, neither in https://plugins.jetbrains.com/docs/intellij/extension-point-list.html nor in the community code.
Community
IntelliJ IDEA Open API and Plugin Development
Show custom errors Project Errors tab
0 votes
Created
June 25, 2020 08:02
I found GroovyReferenceCharFilter example with acceptChar method. Hope it is the solution.
Community
IntelliJ IDEA Open API and Plugin Development
How do I implement code completion from strings without PSI?
0 votes
Created
June 25, 2020 07:46
Thanks, PrefixMatcher can solve the second issue. However the contributor still doesn't accept special chars, can't trigger addCompletions and even getPrefixMatcher().getPrefix() ignores #/. Is the...
Community
IntelliJ IDEA Open API and Plugin Development
How do I implement code completion from strings without PSI?
0 votes
Created
June 25, 2020 07:21
Seems like addCompletions is triggered only when a char or digit is typed, not a special char like # for example. Although extend pattern remains the same in both cases. How can I force the contri...
Community
IntelliJ IDEA Open API and Plugin Development
How do I implement code completion from strings without PSI?
0 votes
Created
June 24, 2020 15:15
Yes, it works as expected, thank you very much for assistance.
Community
IntelliJ IDEA Open API and Plugin Development
How do I implement code completion from strings without PSI?
0 votes
Edited
June 24, 2020 12:59
Yes, indeed, with typed char H it works! But what about the first case? Expectation is that after "abc": is typed there is a popup shown with Hello* items to choose from (some items may not start w...
Community
IntelliJ IDEA Open API and Plugin Development
How do I implement code completion from strings without PSI?
0 votes
Edited
June 24, 2020 11:22
I prepared a simple IntelliJ Platform Plugin project here
Community
IntelliJ IDEA Open API and Plugin Development
How do I implement code completion from strings without PSI?
0 votes
Next
›
Last
»