Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
licheng
Follow
New posts
New posts and comments
看一些东西,学习一些新东西!
Total activity
32
Last activity
March 17, 2023 10:39
Member since
November 26, 2022 09:39
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
8
Activity overview
Posts (8)
Comments (16)
Sort by recent activity
Recent activity
Votes
Edited
March 17, 2023 10:39
Thank you very much. I think I have found the solution, here is the new modified code. The comments are from the previous code public List<Dto> getApiElement(@NotNull PsiElement element) { ...
Community
IntelliJ IDEA Open API and Plugin Development
Is there an api method to set the navigation marker based on the file line number?
0 votes
Created
March 17, 2023 09:52
I'm working on a navigation marker, but it seems to be scanned multiple times. I'm not sure if the restrictions I made are working. As shown in the picture So I would like to ask if there is a si...
Community
IntelliJ IDEA Open API and Plugin Development
Is there an api method to set the navigation marker based on the file line number?
0 votes
Created
February 17, 2023 14:04
Hi I found a way to do shift + F10 in the plugin。Thanks for your help. @Overrideprotected void update(@NotNull AnActionEvent e, boolean running) { AnAction run = ActionManager.getInstance().get...
Community
IntelliJ IDEA Open API and Plugin Development
How to run or restart the currently selected run profile from within plugin code?
0 votes
Created
February 17, 2023 09:22
Hi, example https://github.com/licheng1013/restart-app Instructions in this file https://github.com/licheng1013/restart-app/blob/master/src/main/java/com/example/restartapp/action/MyRunAction.java
Community
IntelliJ IDEA Open API and Plugin Development
How to run or restart the currently selected run profile from within plugin code?
0 votes
Created
February 14, 2023 09:55
Hi, I implemented RunAction and registered the shortcut key, but I can't use the shortcut key to start the program in the idea. But the default shortcut key (Shift F10) of idea can be run. The foll...
Community
IntelliJ IDEA Open API and Plugin Development
How to run or restart the currently selected run profile from within plugin code?
0 votes
Created
February 07, 2023 09:33
Thank you
Community
IntelliJ IDEA Open API and Plugin Development
alt+enter, how to add a new entry?
0 votes
Created
January 13, 2023 08:26
thank you very much
Community
IntelliJ IDEA Open API and Plugin Development
Project wizard does not work in Goland
0 votes
Created
January 13, 2023 06:35
thank you very much.
Community
IntelliJ IDEA Open API and Plugin Development
api on this image, how to use in plugin
0 votes
Created
January 13, 2023 01:18
I made a plugin for project wizard. When creating a project through the project wizard, he is not recognized as a maven project. I want to load maven project by code. But I don't know which api to ...
Community
IntelliJ IDEA Open API and Plugin Development
api on this image, how to use in plugin
0 votes
Created
January 13, 2023 01:10
I want to add an entry but it doesn't work in goland. Project address https://github.com/licheng1013/demo
Community
IntelliJ IDEA Open API and Plugin Development
Project wizard does not work in Goland
0 votes
1
2
›
»