主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Fabiofz
活动总数
7
最后的活动
2021年07月14日 11:46
成员加入日期
2021年01月27日 17:27
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
2
活动概览
帖子(2)
评论(3)
按最近的活动排序
最近的活动
投票数
创建于
2021年07月14日 11:46
Hello Yann, thanks for answering, still, that doesn't really work. i.e.: The problem is that in `com.intellij.openapi.editor.actions.TabAction` the `insertTabAtCaret` method always does: `int space...
社区
IntelliJ IDEA Open API and Plugin Development
How to override the tab action in custom language (to insert 4 spaces instead of identing to a multiple of 4)?
0 票
创建于
2021年07月13日 13:14
No... `LookupElement.handleInsert` is actually already overridden (which would be the same thing) and the first thing I have to do is undo what was done based on the lookup string to then do the ac...
社区
IntelliJ IDEA Open API and Plugin Development
Code-completion without applying initial lookupString
0 票
创建于
2021年01月27日 17:48
Actually, I just noted that my custom prefix matcher makes the prefix wrong (I was passing the whole line to the prefix matcher to make the match and I hadn't made the association that this would b...
社区
IntelliJ IDEA Open API and Plugin Development
Code-completion without applying initial lookupString
0 票