Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Julien HENRY
Total activity
20
Last activity
April 29, 2021 07:39
Member since
November 04, 2013 15:59
Following
0 users
Followed by
0 users
Votes
4
Subscriptions
6
Activity overview
Posts (3)
Comments (7)
Sort by recent activity
Recent activity
Votes
Created
November 16, 2015 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...
Community
IntelliJ IDEA Open API and Plugin Development
Saving a file no more trigger local inspection in Intellij 15
0 votes
Created
November 16, 2015 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...
Community
IntelliJ IDEA Open API and Plugin Development
Saving a file no more trigger local inspection in Intellij 15
0 votes
Created
December 02, 2013 10:37
Good to know, thanks. I will try that during next week.
Community
IntelliJ IDEA Open API and Plugin Development
How to highlight problems created by a GlobalInspectionTool
0 votes
Created
December 02, 2013 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to highlight problems created by a GlobalInspectionTool
0 votes
Created
December 02, 2013 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
How to highlight problems created by a GlobalInspectionTool
0 votes
Created
November 22, 2013 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to highlight problems created by a GlobalInspectionTool
0 votes
Created
November 04, 2013 17:32
OK, so I understand it is fine to use PasswordStorage.Thanks
Community
IntelliJ IDEA Open API and Plugin Development
Using PasswordStorage from a plugin
0 votes