主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Julien HENRY
活动总数
20
最后的活动
2021年04月29日 07:39
成员加入日期
2013年11月04日 15:59
关注
0 名用户
关注者数
0 名用户
投票数
4
订阅数
6
活动概览
帖子(3)
评论(7)
按最近的活动排序
最近的活动
投票数
创建于
2013年11月04日 17:32
OK, so I understand it is fine to use PasswordStorage.Thanks
社区
IntelliJ IDEA Open API and Plugin Development
Using PasswordStorage from a plugin
0 票
创建于
2013年11月22日 11:18
Hi Dmitry,Followinf Oleg advices I also tried to use a LocalInspectionTool, but here are my concerns: 1) LocalInspectionTool seems to support both "Analyze | Inspect Code" action and on-the-fly. B...
社区
IntelliJ IDEA Open API and Plugin Development
How to highlight problems created by a GlobalInspectionTool
0 票
创建于
2013年12月02日 09:20
In the current state we are indeed running the long process in a GlobalInspectionTool and populate a cache with the result. Then an ExternalAnnotator will consult this cache each time it is needed ...
社区
IntelliJ IDEA Open API and Plugin Development
How to highlight problems created by a GlobalInspectionTool
0 票
创建于
2013年12月02日 10:37
Good to know, thanks. I will try that during next week.
社区
IntelliJ IDEA Open API and Plugin Development
How to highlight problems created by a GlobalInspectionTool
0 票
创建于
2013年12月02日 10:23
As long as we don't support very quick analysis, or as long as IntelliJ doesn't have something similar to Eclipse markers (ie annotations that are created once and will follow peace of code they ar...
社区
IntelliJ IDEA Open API and Plugin Development
How to highlight problems created by a GlobalInspectionTool
0 票
创建于
2015年11月16日 16:48
Hello Imants,In a perfect world I would like the inspection to be triggered each time file is synchronized to disk (and only at that time to not remove problems too eagerly):- user start typing, fi...
社区
IntelliJ IDEA Open API and Plugin Development
Saving a file no more trigger local inspection in Intellij 15
0 票
创建于
2015年11月16日 16:56
The point of SonarLint versus old SonarQube plugin attempt is to offer on the fly analysis. Having a manual user action to trigger analysis is already supported: this is global inspection. But we b...
社区
IntelliJ IDEA Open API and Plugin Development
Saving a file no more trigger local inspection in Intellij 15
0 票