Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Fabiofz
Total activity
7
Last activity
July 14, 2021 11:46
Member since
January 27, 2021 17:27
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (2)
Comments (3)
Sort by recent activity
Recent activity
Votes
Created
July 14, 2021 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...
Community
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 votes
Created
July 13, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
Code-completion without applying initial lookupString
0 votes
Created
January 27, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
Code-completion without applying initial lookupString
0 votes