Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
linwancheng
Total activity
36
Last activity
January 07, 2026 07:50
Member since
November 27, 2019 15:55
Following
0 users
Followed by
0 users
Votes
7
Subscriptions
12
Activity overview
Posts (8)
Comments (9)
Sort by recent activity
Recent activity
Votes
Created
January 24, 2025 14:03
thank https://github.com/JetBrains/web-types/issues/88#issuecomment-2612368573
Community
IntelliJ IDEA Open API and Plugin Development
How to get the Comment for Vue tag attributes
1 vote
Edited
September 10, 2024 19:27
I have found a very simple solution!Just inherit the Action that exist in the old version. like:com.intellij.ide.actions.CopyAction com.intellij.ide.actions.CopyReferenceActionPlease don't change t...
Community
IntelliJ IDEA Open API and Plugin Development
Deprecation warning with ActionUpdateThread
2 votes
Created
September 05, 2024 07:38
Thanks.I couldn't find such a plugin at first.I can use it and there's no need to development.
Community
IntelliJ IDEA Open API and Plugin Development
how to get inspection for a psiElement
0 votes
Edited
September 05, 2024 06:34
I want to write a plugin like show comment, show inspection at line end, can I get a file all inspection list or for a PsiElement?
Community
IntelliJ IDEA Open API and Plugin Development
how to get inspection for a psiElement
0 votes
Edited
July 28, 2024 15:59
I think this method should return an old version of the method, or provide a method that returns a string, or have a default value instead of being incompatible.Can use ClassLoader to compatible, b...
Community
IntelliJ IDEA Open API and Plugin Development
Deprecation warning with ActionUpdateThread
0 votes
Created
February 14, 2024 04:14
Can you give me some code references or class names? After reading the content in the link, I still don't know how to do it.
Community
IntelliJ IDEA Open API and Plugin Development
How to get CSharp References comment
0 votes
Edited
October 31, 2022 14:31
Yes, I solved the problem by add it.
Community
IntelliJ IDEA Open API and Plugin Development
plugin.xml has no module dependencies so we assume that the plugin supports only IntelliJ IDEA
0 votes
Created
October 29, 2022 02:03
I try add this success <depends>com.intellij.modules.platform</depends>
Community
IntelliJ IDEA Open API and Plugin Development
plugin.xml has no module dependencies so we assume that the plugin supports only IntelliJ IDEA
0 votes
Created
October 26, 2022 19:28
Thinks you. Use `try Class.forName` to be compatible with old and new versions. https://github.com/LinWanCen/show-comment/blob/82d0ade99b41c019b891babda13e7694d602db46/src/main/java/io/github/linwa...
Community
IntelliJ IDEA Open API and Plugin Development
How to get sql comment for table and column
0 votes