主页
IDEs Support (IntelliJ Platform) | JetBrains
提交请求
社区
登录
licheng
关注
新帖子
新帖子和评论
看一些东西,学习一些新东西!
活动总数
32
最后的活动
2023年03月17日 10:39
成员加入日期
2022年11月26日 09:39
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
8
活动概览
帖子(8)
评论(16)
按最近的活动排序
最近的活动
投票数
已编辑于
2023年03月17日 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) { ...
社区
IntelliJ IDEA Open API and Plugin Development
Is there an api method to set the navigation marker based on the file line number?
0 票
创建于
2023年03月17日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Is there an api method to set the navigation marker based on the file line number?
0 票
创建于
2023年02月17日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to run or restart the currently selected run profile from within plugin code?
0 票
创建于
2023年02月17日 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
社区
IntelliJ IDEA Open API and Plugin Development
How to run or restart the currently selected run profile from within plugin code?
0 票
创建于
2023年02月14日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to run or restart the currently selected run profile from within plugin code?
0 票
创建于
2023年02月07日 09:33
Thank you
社区
IntelliJ IDEA Open API and Plugin Development
alt+enter, how to add a new entry?
0 票
创建于
2023年01月13日 08:26
thank you very much
社区
IntelliJ IDEA Open API and Plugin Development
Project wizard does not work in Goland
0 票
创建于
2023年01月13日 06:35
thank you very much.
社区
IntelliJ IDEA Open API and Plugin Development
api on this image, how to use in plugin
0 票
创建于
2023年01月13日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
api on this image, how to use in plugin
0 票
创建于
2023年01月13日 01:10
I want to add an entry but it doesn't work in goland. Project address https://github.com/licheng1013/demo
社区
IntelliJ IDEA Open API and Plugin Development
Project wizard does not work in Goland
0 票
1
2
›
»