Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Mokloukong
Total activity
45
Last activity
January 31, 2025 04:22
Member since
October 28, 2024 11:07
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
10
Activity overview
Posts (11)
Comments (23)
Sort by recent activity
Recent activity
Votes
Created
November 07, 2024 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)}
Community
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 votes
Created
November 06, 2024 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...
Community
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 votes
Created
November 06, 2024 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...
Community
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 votes
Created
November 05, 2024 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...
Community
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 votes
Created
November 05, 2024 09:43
https://plugins.jetbrains.com/docs/intellij/pycharm.html.。The Java ID has been changed, this URL cannot be accessed, 404
Community
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 votes
Created
November 05, 2024 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...
Community
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 votes
Created
November 05, 2024 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 ...
Community
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 votes
Created
November 01, 2024 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...
Community
IntelliJ IDEA Open API and Plugin Development
can support both PsiElEment and PyFunction
0 votes
Created
October 30, 2024 14:42
Okay, thank you. It should be IDEA2024.2+, which means upgrading Gradle to 2+. Currently, it is still 1.17.2
Community
IntelliJ IDEA Open API and Plugin Development
JEditorPane setText "conv" is null jbr_jcef 21, IntelliJ IDEA 2024.2.2
0 votes
Created
October 30, 2024 14:41
Okay, thank you. I'll take a closer look at the document first to resolve it
Community
IntelliJ IDEA Open API and Plugin Development
can support both PsiElEment and PyFunction
0 votes
«
First
‹
Previous