主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
licheng
看一些东西,学习一些新东西!
活动总数
46
最后的活动
2024年06月04日 02:00
成员加入日期
2022年11月26日 09:39
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
11
活动概览
帖子(11)
评论(24)
按最近的活动排序
最近的活动
投票数
创建于
2023年11月03日 02:06
After I modified the plugin.xml file. The effect is the same as before. <completion.contributor language="JAVA" id="param" order="first" implementationClass="com.aiwan.jorm....
社区
IntelliJ IDEA Open API and Plugin Development
How to use code completion in comments
0 票
已编辑于
2023年11月02日 12:57
If I remember correctly, I tried "CompletionContributor.extend()" I just tried again.
社区
IntelliJ IDEA Open API and Plugin Development
How to use code completion in comments
0 票
创建于
2023年11月02日 12:49
When I try the following code. It still didn't work.The effect is the same as the previous picture. import com.intellij.codeInsight.completion.* import com.intellij.codeInsight.lookup.LookupElement...
社区
IntelliJ IDEA Open API and Plugin Development
How to use code completion in comments
0 票
创建于
2023年11月02日 11:52
Hi, I want to type "," or "@" when writing a comment to prompt some code completion. Is there any way to do this? It would be nice to have a simple example. I use the following code to trigger code...
社区
IntelliJ IDEA Open API and Plugin Development
How to use code completion in comments
0 票
创建于
2023年09月08日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin extension point problem
0 票
已编辑于
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 票
«
第一页
‹
上一页
下一页
›
最后
»