主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Mokloukong
活动总数
45
最后的活动
2025年01月31日 04:22
成员加入日期
2024年10月28日 11:07
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
10
活动概览
帖子(11)
评论(23)
按最近的活动排序
最近的活动
投票数
创建于
2024年11月07日 15:01
Okay, thank you. Yann Cebron.I would like to ask if there is a Csharp plugin ID for importing modulesintellij { version.set("2024.1.1") type.set("RD") downloadSources.set(false)}
社区
IntelliJ IDEA Open API and Plugin Development
How to achieve the effect of Inlay hint on the list above each function, separating and triggering by clicking?
0 票
创建于
2024年11月06日 14:07
Hello, Yann Cebron,thank you. You'll need to extract functionality targeting such IDEs into a separate module only targeting this specific IDE, and then combine all modules into your final plugin.H...
社区
IntelliJ IDEA Open API and Plugin Development
How to achieve the effect of Inlay hint on the list above each function, separating and triggering by clicking?
0 票
创建于
2024年11月06日 10:13
Hello, Yann Cebron,thank you. The above issue has been resolved, but one problem has been found. If the type is set to CL, it is possible to import Clion and Python, but if IU is set, it will fails...
社区
IntelliJ IDEA Open API and Plugin Development
How to achieve the effect of Inlay hint on the list above each function, separating and triggering by clicking?
0 票
创建于
2024年11月05日 10:51
I have looked at your configuration, where did it go wrongbuild.gradleplugins { id 'org.jetbrains.intellij' version '1.17.4'}repositories { mavenLocal() maven { allowInsecureProtoco...
社区
IntelliJ IDEA Open API and Plugin Development
How to achieve the effect of Inlay hint on the list above each function, separating and triggering by clicking?
0 票
创建于
2024年11月05日 09:43
https://plugins.jetbrains.com/docs/intellij/pycharm.html.。The Java ID has been changed, this URL cannot be accessed, 404
社区
IntelliJ IDEA Open API and Plugin Development
How to achieve the effect of Inlay hint on the list above each function, separating and triggering by clicking?
0 票
创建于
2024年11月05日 09:23
I tried to change build.gradle and add Python, but encountered an errorplugins { id 'org.jetbrains.intellij' version '1.17.4' } intellij { version.set("2024.1.1") type.set("IC") plu...
社区
IntelliJ IDEA Open API and Plugin Development
How to achieve the effect of Inlay hint on the list above each function, separating and triggering by clicking?
0 票
创建于
2024年11月05日 09:21
Oh, thank you. I'm glad I've achieved this effect, but now it can only be recognized for use on Java language, not Python. Is there any solutionplugin.xmlcode-python.xmlbuild.gradleplugins { id ...
社区
IntelliJ IDEA Open API and Plugin Development
How to achieve the effect of Inlay hint on the list above each function, separating and triggering by clicking?
0 票
创建于
2024年11月01日 03:38
bulid.gradleplugins { id 'org.jetbrains.intellij' version '1.17.4' } intellij { version.set("2024.1.1") type.set("IC") plugins.set(['java','com.intellij.python']) } error ; org.grad...
社区
IntelliJ IDEA Open API and Plugin Development
can support both PsiElEment and PyFunction
0 票
创建于
2024年10月30日 14:42
Okay, thank you. It should be IDEA2024.2+, which means upgrading Gradle to 2+. Currently, it is still 1.17.2
社区
IntelliJ IDEA Open API and Plugin Development
JEditorPane setText "conv" is null jbr_jcef 21, IntelliJ IDEA 2024.2.2
0 票
创建于
2024年10月30日 14:41
Okay, thank you. I'll take a closer look at the document first to resolve it
社区
IntelliJ IDEA Open API and Plugin Development
can support both PsiElEment and PyFunction
0 票
«
第一页
‹
上一页