主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Tianshil
活动总数
22
最后的活动
2022年08月17日 08:51
成员加入日期
2017年04月26日 05:51
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
7
活动概览
帖子(7)
评论(8)
按最近的活动排序
最近的活动
投票数
已编辑于
2022年08月17日 08:51
Hi Karol, Thanks for your quick reply. This API is what I'm looking for. However, I found it only worked with IntelliJ IDEA and when I tried to install my plugin on Android Studio it caused the fol...
社区
IntelliJ IDEA Open API and Plugin Development
How to show a pop up at a specific location of the code editor?
0 票
创建于
2020年10月07日 17:52
Thanks for checking this for me!
社区
IntelliJ IDEA Open API and Plugin Development
Android Studio plugin modifying the XML layout editor
0 票
创建于
2017年11月20日 19:21
I see. Thanks!
社区
IntelliJ IDEA Open API and Plugin Development
Local inspection invoked in file A, and error registered in file B. Is this possible?
0 票
创建于
2017年11月14日 16:51
What code should I look at if I want to create and configure the special severity attributes? Is it gonna change the presentation of an existing warning level, say GENERIC_ERROR_OR_WARNING?
社区
IntelliJ IDEA Open API and Plugin Development
Is it possible to create a new problem highlight type? (extend the enum class ProblemHighlightType)
0 票
创建于
2017年11月14日 16:05
Hi Anna, I have a list of APIs, and the plugin will search for them in the project. Once an instance is found, it will be annotated. And I hope it's in a different way from the existing highlight t...
社区
IntelliJ IDEA Open API and Plugin Development
Is it possible to create a new problem highlight type? (extend the enum class ProblemHighlightType)
0 票
创建于
2017年05月11日 15:18
Hi Yaroslav, Could you help me see where was wrong with the following code snippet? My goal is to add a new declaration statement before current element I get from the problem descriptor in the qui...
社区
IntelliJ IDEA Open API and Plugin Development
How can I re-format the code after adding a new statement in quick fix?
0 票
创建于
2017年04月27日 01:05
Thanks, that was very helpful.
社区
IntelliJ IDEA Open API and Plugin Development
Code inspection related with multiple files/multiple places in the same file
0 票
创建于
2017年04月26日 17:32
Thanks a lot, Anna! I want to check whether I get it right: Do you mean that the element visitor functions will be called to inspect all visible files on every change? Will the file that's being ch...
社区
IntelliJ IDEA Open API and Plugin Development
Code inspection related with multiple files/multiple places in the same file
0 票