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
January 07, 2019 09:47
I suggest to make reference from the string. Is that correct that other elements may reference the class by fully qualified name or by this string literal? If so, then it's feasible to pretend that...
Community
IntelliJ IDEA Open API and Plugin Development
Find usage of ID in string literal
0 votes
Created
December 10, 2018 14:11
I don't understand how you want your code to operate. Do you want user to enable/disable your external annotator? If so, I'd suggest to use bounded inspection, see `com.intellij.codeInspection.java...
Community
IntelliJ IDEA Open API and Plugin Development
Disable and enable ExternalAnnotator
1 vote
Created
December 04, 2018 09:50
You can do that but you'll need to ensure that setup/teardown are called from event dispatch thread, see `com.intellij.testFramework.LightPlatformCodeInsightTestCase` to check how the tests may be ...
Community
IntelliJ IDEA Open API and Plugin Development
intellij plugin parameterized tests
1 vote
Created
November 19, 2018 13:37
you may use `com.intellij.testFramework.PsiTestUtil#addLibrary(com.intellij.openapi.module.Module, com.intellij.openapi.roots.ModifiableRootModel, java.lang.String, java.lang.String, java.lang.Stri...
Community
IntelliJ IDEA Open API and Plugin Development
Testing framework support plugin
1 vote
Created
November 19, 2018 10:54
I'd suggest just to add required classes via `com.intellij.testFramework.fixtures.JavaCodeInsightTestFixture#addClass` and ensure that correct package statement is used. Adding dependency to the te...
Community
IntelliJ IDEA Open API and Plugin Development
Testing framework support plugin
1 vote
Created
October 08, 2018 09:19
As far as I understand, you have kotlin string literal expression and you only need to pass provider, no dummy elements are required in your case. I am also not sure if this solution would be easie...
Community
IntelliJ IDEA Open API and Plugin Development
How to handle custom references when renaming the folder name?
1 vote
Created
October 04, 2018 19:04
I guess, you need 2 references, one for 'folder' and one for 'samplefile'. You may look at `com.intellij.psi.impl.source.resolve.reference.impl.providers.FileReferenceSet` how the list of reference...
Community
IntelliJ IDEA Open API and Plugin Development
How to handle custom references when renaming the folder name?
1 vote
Created
September 26, 2018 13:11
you can get the type of parameter and call `com.intellij.psi.util.PsiUtil#resolveClassInClassTypeOnly` to get the class which correspond to the parameter's type (note that primitive types, arrays, ...
Community
IntelliJ IDEA Open API and Plugin Development
How to determine whether the parameter of a method is an instance of interface or class ?
1 vote
Created
July 20, 2018 17:48
Hi John, I would inherit `com.intellij.refactoring.safeDelete.JavaSafeDeleteProcessor` and register my processor before java's default one. Then, I would wrap usages inside xml with dedicated usage...
Community
IntelliJ IDEA Open API and Plugin Development
Add something to default delete action.
1 vote
Created
March 13, 2018 14:58
Official comment
Hi! If your command line is too long (OS is unable to create a process from command line of such length), IDEA provides you means to shorten the command line. The balloon should contain a link wher...
Community
IntelliJ IDEA Users
Unable to Run Certain Unit Tests
1 vote
«
First
‹
Previous
Next
›
Last
»