主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
linwancheng
活动总数
36
最后的活动
2026年01月07日 07:50
成员加入日期
2019年11月27日 15:55
关注
0 名用户
关注者数
0 名用户
投票数
7
订阅数
12
活动概览
帖子(8)
评论(9)
按最近的活动排序
最近的活动
投票数
创建于
2025年01月24日 14:03
thank https://github.com/JetBrains/web-types/issues/88#issuecomment-2612368573
社区
IntelliJ IDEA Open API and Plugin Development
How to get the Comment for Vue tag attributes
1 票
已编辑于
2024年09月10日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Deprecation warning with ActionUpdateThread
2 票
创建于
2024年09月05日 07:38
Thanks.I couldn't find such a plugin at first.I can use it and there's no need to development.
社区
IntelliJ IDEA Open API and Plugin Development
how to get inspection for a psiElement
0 票
已编辑于
2024年09月05日 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?
社区
IntelliJ IDEA Open API and Plugin Development
how to get inspection for a psiElement
0 票
已编辑于
2024年07月28日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Deprecation warning with ActionUpdateThread
0 票
创建于
2024年02月14日 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.
社区
IntelliJ IDEA Open API and Plugin Development
How to get CSharp References comment
0 票
已编辑于
2022年10月31日 14:31
Yes, I solved the problem by add it.
社区
IntelliJ IDEA Open API and Plugin Development
plugin.xml has no module dependencies so we assume that the plugin supports only IntelliJ IDEA
0 票
创建于
2022年10月29日 02:03
I try add this success <depends>com.intellij.modules.platform</depends>
社区
IntelliJ IDEA Open API and Plugin Development
plugin.xml has no module dependencies so we assume that the plugin supports only IntelliJ IDEA
0 票
创建于
2022年10月26日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to get sql comment for table and column
0 票