主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Peter Gromov
活动总数
2258
最后的活动
2023年05月09日 12:44
成员加入日期
2008年07月25日 18:59
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
739
活动概览
文章(0)
帖子(3)
评论(1516)
按最近的活动排序
最近的活动
投票数
创建于
2023年05月09日 12:44
正式评论
Hi! You need to implement TextExtractor (com.intellij.grazie.textExtractor extension point) for your language, and that most likely will be enough. In some cases, adding ProblemFilter specific to y...
社区
IntelliJ IDEA Open API and Plugin Development
Grazie support in custom language plugin (IDE Plugin Development)
0 票
创建于
2021年01月15日 13:45
No, unfortunately that's complicated. One has to create a new live template that behaves just like the old one, and AFAIK there's no code doing that yet.
社区
IntelliJ IDEA Open API and Plugin Development
Advance Live Template programmatically
0 票
创建于
2020年07月16日 16:34
When your handler-delegate doesn't do anything, it should return "continue". If it did, then most likely "stop", but sometimes other results also make sense.
社区
IntelliJ IDEA Open API and Plugin Development
How to enable TextFieldWithAutoCompletion Enter key press
0 票
创建于
2020年06月25日 04:44
EnterHandlerDelegate's aren't invoked in single-line editors
社区
IntelliJ IDEA Open API and Plugin Development
How to enable TextFieldWithAutoCompletion Enter key press
0 票
创建于
2020年06月19日 16:17
Done
社区
IntelliJ IDEA Open API and Plugin Development
Sorting completions in provider
0 票
创建于
2020年06月18日 15:40
restartCompletionOnAnyPrefixChange indeed can help with the prefix. Affecting completion sorting per se seems to be covered by the API in multiple ways, but the case when you add new items based on...
社区
IntelliJ IDEA Open API and Plugin Development
Sorting completions in provider
0 票
创建于
2020年06月18日 12:50
Plugging in before JavaMemberName will indeed allow you to intercept all predefined variable name suggestions, but other contributors can still add their own suggestions to the same place. But I'm ...
社区
IntelliJ IDEA Open API and Plugin Development
Sorting completions in provider
0 票
创建于
2020年06月18日 10:01
正式评论
Hi, First, note that it's impossible to get the sorted results from a completion contributor, because 1) other contributors can add more items and 2) sorting is done on the UI thread where it depen...
社区
IntelliJ IDEA Open API and Plugin Development
Sorting completions in provider
0 票
创建于
2020年05月25日 14:49
It's a defect in the IDE, thanks for reporting! I've filed this as https://youtrack.jetbrains.com/issue/IDEA-241742 which you may follow.
社区
IntelliJ IDEA Open API and Plugin Development
"PSI invalidated outside transaction" message with stacktrace in idea.log on XmlTagValue.setValue call
0 票
创建于
2020年01月20日 05:25
(2) It looks like expected behavior: if completion limit was exceeded, then the list doesn't contain all items, so on typing new characters the missing items should be added to the list, since the ...
社区
IntelliJ IDEA Open API and Plugin Development
code completion issue (limit?, collapsing when typing)
0 票
下一页
›
最后
»