Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Anna Kozlova
Total activity
1422
Last activity
June 12, 2023 14:16
Member since
October 25, 2005 10:47
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
503
Activity overview
Articles (0)
Posts (0)
Comments (919)
Sort by recent activity
Recent activity
Votes
Created
October 17, 2017 14:23
You can find B by name (com.intellij.psi.JavaPsiFacade#findClass) and then call com.intellij.psi.util.PsiUtilCore#getVirtualFile passing found class there. Or you may resolve reference on class B i...
Community
IntelliJ IDEA Open API and Plugin Development
How to get virtual file of a reference
0 votes
Created
October 16, 2017 13:42
Could you please attach your project? Retyping from the screenshots cause too many errors. Thanks
Community
IntelliJ IDEA Open API and Plugin Development
fx:controller classNotFoundException plugin development
0 votes
Created
October 04, 2017 07:42
How would you detect user role in plugin?
Community
IntelliJ IDEA Open API and Plugin Development
Configure default inspection scope
0 votes
Created
October 02, 2017 17:30
Hi Richard! Why do you need explicit scopes? Inspections should not started on generated scope, see com.intellij.openapi.roots.GeneratedSourcesFilter#isGeneratedSourceByAnyFilter used in com.intell...
Community
IntelliJ IDEA Open API and Plugin Development
Configure default inspection scope
0 votes
Created
September 18, 2017 08:41
Hi! aClass.getDocComment() should return the javadoc of a class you have. Anna
Community
IntelliJ IDEA Open API and Plugin Development
Checking if outer class has Doc Comments
0 votes
Created
September 12, 2017 07:44
Please follow the tutorial at https://github.com/JetBrains/intellij-sdk-docs/blob/master/tutorials/code_intentions.md
Community
IntelliJ IDEA Open API and Plugin Development
Add new action to fixerror popup
0 votes
Created
September 11, 2017 08:29
I wanted to ensure that IDEA doesn't work consistently ;) Then you need to implement your own reference searcher, like e.g. com.intellij.psi.impl.search.SimpleAccessorReferenceSearcher, cause LowLe...
Community
IntelliJ IDEA Open API and Plugin Development
Resolved function parameter without usage
0 votes
Created
September 11, 2017 07:45
Packages are not included in the UI (as normally people don't bother about coverage of the libraries) but you may include them manually editing the table entry. Please note that this will enable hi...
Community
IntelliJ IDEA Users
code coverage for external library via intellij
0 votes
Created
September 06, 2017 10:22
Hi! You can write a plugin with com.intellij.codeInsight.intention.IntentionAction which would be available on unresolved references - then it will be included in the popup above Anna
Community
IntelliJ IDEA Open API and Plugin Development
Add new action to fixerror popup
0 votes
Created
August 30, 2017 07:34
Hi Filip! Do you mean that you don't see j.l.Object? This could only mean that you don't have jdk set up. What test case do you extend/what test fixture do you use? Normally you need to provide moc...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin testing accesses to Library and Java classes
0 votes
«
First
‹
Previous
Next
›
Last
»