Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
licheng
看一些东西,学习一些新东西!
Total activity
35
Last activity
September 08, 2023 06:50
Member since
November 26, 2022 09:39
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
9
Activity overview
Posts (9)
Comments (17)
Sort by votes
Recent activity
Votes
Created
December 01, 2022 00:11
Karol Lewandowski The correct configuration should be this. Thank you very much.
Community
IntelliJ IDEA Open API and Plugin Development
java.lang.ClassNotFoundException
1 vote
Created
September 08, 2023 06:50
Hi,This is my plugin code package com.aiwan.rust.tool.extend; import com.aiwan.jb.Extend; import com.intellij.openapi.extensions.ExtensionPointName; import java.util.ArrayList; import java.util.Li...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin extension point problem
0 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
Next
›
Last
»