主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Viacheslav Fateev
活动总数
18
最后的活动
2022年01月13日 07:10
成员加入日期
2020年06月06日 16:41
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
3
活动概览
帖子(3)
评论(11)
按最近的活动排序
最近的活动
投票数
创建于
2022年01月13日 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...
社区
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 票
创建于
2021年05月05日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Show custom errors Project Errors tab
0 票
创建于
2021年05月05日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Show custom errors Project Errors tab
0 票
创建于
2021年05月05日 09:46
There is no such EP, neither in https://plugins.jetbrains.com/docs/intellij/extension-point-list.html nor in the community code.
社区
IntelliJ IDEA Open API and Plugin Development
Show custom errors Project Errors tab
0 票
创建于
2020年06月25日 08:02
I found GroovyReferenceCharFilter example with acceptChar method. Hope it is the solution.
社区
IntelliJ IDEA Open API and Plugin Development
How do I implement code completion from strings without PSI?
0 票
创建于
2020年06月25日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How do I implement code completion from strings without PSI?
0 票
创建于
2020年06月25日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How do I implement code completion from strings without PSI?
0 票
创建于
2020年06月24日 15:15
Yes, it works as expected, thank you very much for assistance.
社区
IntelliJ IDEA Open API and Plugin Development
How do I implement code completion from strings without PSI?
0 票
已编辑于
2020年06月24日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How do I implement code completion from strings without PSI?
0 票
已编辑于
2020年06月24日 11:22
I prepared a simple IntelliJ Platform Plugin project here
社区
IntelliJ IDEA Open API and Plugin Development
How do I implement code completion from strings without PSI?
0 票
下一页
›
最后
»