Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
657534737
Total activity
11
Last activity
November 25, 2019 09:53
Member since
October 28, 2019 03:51
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
1
Activity overview
Posts (1)
Comments (8)
Sort by recent activity
Recent activity
Votes
Created
November 25, 2019 09:53
Thank you ! But now I can get some highlight code, but some still can't get it, such as unused import , unused variable , It is not a highlighting code
Community
IntelliJ IDEA Open API and Plugin Development
How can i get a java file some problem or suggest , such as un used variable , un used import?
0 votes
Created
November 25, 2019 09:12
@Yann Cebron Thank for you anwser ! The purpose is different. If someone submits the problem code, it will affect his performance. I need to count it for company
Community
IntelliJ IDEA Open API and Plugin Development
How can i get a java file some problem or suggest , such as un used variable , un used import?
0 votes
Created
November 25, 2019 03:48
The requirement is that I want to check the committed code specification when committing code to git
Community
IntelliJ IDEA Open API and Plugin Development
How can i get a java file some problem or suggest , such as un used variable , un used import?
0 votes
Created
November 25, 2019 03:35
And if only want to inspect one file , What should i do ?
Community
IntelliJ IDEA Open API and Plugin Development
How can i get a java file some problem or suggest , such as un used variable , un used import?
0 votes
Created
November 25, 2019 03:15
@Yann Cebron Thank you for you anwser! But how can i get the inspect result as com.intellij.codeInspection.ProblemDescriptor
Community
IntelliJ IDEA Open API and Plugin Development
How can i get a java file some problem or suggest , such as un used variable , un used import?
0 votes
Created
November 16, 2019 01:56
could you help me?
Community
IntelliJ IDEA Open API and Plugin Development
How can i get a java file some problem or suggest , such as un used variable , un used import?
0 votes
Created
November 05, 2019 05:57
@Yann Cebron I want to develop a plug-in that takes all the unused variables that are checked out of a class. This includes, but is not limited to, code that may be null, and so on。 I used "Unu...
Community
IntelliJ IDEA Open API and Plugin Development
How can i get a java file some problem or suggest , such as un used variable , un used import?
0 votes
Edited
October 29, 2019 06:13
I want get all the inspect result for the java file , such as unused import , unused variable , unused method , lambda suggest。 all of the code inspect! Did I describe it wrong?
Community
IntelliJ IDEA Open API and Plugin Development
How can i get a java file some problem or suggest , such as un used variable , un used import?
0 votes