Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Xiarui Xr
Total activity
28
Last activity
June 09, 2021 03:14
Member since
November 04, 2020 11:55
Following
0 users
Followed by
0 users
Votes
6
Subscriptions
11
Activity overview
Posts (6)
Comments (5)
Sort by recent activity
Recent activity
Votes
Edited
June 09, 2021 03:14
Yann Cebron, Thanks! Further question: I see that LineIndentProvider only adjusts the indent of the line, but not whitespaces. If I want to reformat the line with both indent and whitespaces, wha...
Community
IntelliJ IDEA Open API and Plugin Development
How to implement auto format code on type?
0 votes
Created
June 02, 2021 14:42
Thank you so much for your intimate reply, I've tried it and it works properly! That saves me so much time!
Community
IntelliJ IDEA Open API and Plugin Development
How to manually download ideaIC sdk in gradle build task?
0 votes
Created
May 06, 2021 09:35
I find this post: https://intellij-support.jetbrains.com/hc/en-us/community/posts/206118469-Formatter-Smart-indent-on-Enter , and it inspired me to register the enterBetweenBracesDelegate EP with E...
Community
IntelliJ IDEA Open API and Plugin Development
auto dedent the closing bracket after press ENTER key
0 votes
Created
February 24, 2021 15:48
Hi Yann Cebron, Thank you very much for your kindly response, seems much better than what I've tried.
Community
IntelliJ IDEA Open API and Plugin Development
How to walk PsiDirectory recursively using provided api
0 votes
Created
February 07, 2021 02:52
Hello Tim, my DSL is also indention based and I also encountered the same problem. Here's what I've found in intellij idea CE, hope that'll help: the official python plugin just implement 2 lexer ...
Community
IntelliJ IDEA Open API and Plugin Development
LexerEditorHighlighter$InvalidStateException
0 votes