主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
licheng
看一些东西,学习一些新东西!
活动总数
46
最后的活动
2024年06月04日 02:00
成员加入日期
2022年11月26日 09:39
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
11
活动概览
帖子(11)
评论(24)
按最近的活动排序
最近的活动
投票数
已编辑于
2024年06月04日 02:00
Hi, I found the possible reason. The run configuration in the flutter plugin seems to be an extension of manually adding Filter.https://github.com/flutter/flutter-intellij/blob/master/flutter-idea/...
社区
IntelliJ IDEA Open API and Plugin Development
ConsoleFilterProvider in Run is not working.
0 票
创建于
2023年12月25日 02:28
Yasirfarhan Hi. I used another way to solve the problem.import com.intellij.codeInsight.editorActions.TypedHandlerDelegate import com.intellij.openapi.command.WriteCommandAction import com.intellij...
社区
IntelliJ IDEA Open API and Plugin Development
How to use code completion in comments
0 票
已编辑于
2023年11月03日 07:14
Ok. Thank you.
社区
IntelliJ IDEA Open API and Plugin Development
How to use code completion in comments
0 票
创建于
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 票
下一页
›
最后
»