Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
adgai
Total activity
8
Last activity
March 06, 2024 15:32
Member since
February 21, 2024 10:42
Following
1 user
Followed by
0 users
Votes
1
Subscriptions
1
Activity overview
Posts (1)
Comments (5)
Sort by recent activity
Recent activity
Votes
Created
March 06, 2024 15:32
thinks for your reply,i will follow the issue
Community
IntelliJ IDEA Open API and Plugin Development
How can i create a plugin to create custom java code folding when every open java file ?
0 votes
Created
March 06, 2024 09:10
My plugin is not executed once my file is opened.I make a folding region for call of method named 'getBoolean' in com.example.myinlayhints.MyFoldingBuilder,and the test class in video is Test.java ...
Community
IntelliJ IDEA Open API and Plugin Development
How can i create a plugin to create custom java code folding when every open java file ?
0 votes
Edited
March 05, 2024 01:47
Hi,Thinks for your reply,I open same project use UE edition and CE edition Intellij Idea, the effect I want is in the video of UE.Intellij Idea 2023.3.4 UE edition :https://www.youtube.com/watch...
Community
IntelliJ IDEA Open API and Plugin Development
How can i create a plugin to create custom java code folding when every open java file ?
0 votes
Edited
February 26, 2024 17:03
Hi,But why does the code that calls the "message" method get folded every time the file is reopened, regardless of whether it was folded before opening? What can I do if I want to achieve this effe...
Community
IntelliJ IDEA Open API and Plugin Development
How can i create a plugin to create custom java code folding when every open java file ?
0 votes
Edited
February 26, 2024 11:09
hiexpect:1.open file ,all folding area are collapsed2.expand all filding area 3.close file4.reopen filewhen reopen file,all folding area are collapsed,like first step. “message” method is fun messa...
Community
IntelliJ IDEA Open API and Plugin Development
How can i create a plugin to create custom java code folding when every open java file ?
0 votes