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
July 03, 2017 18:07
Where are references on these classes? Do you provide them or are they normal java references?
Community
IntelliJ IDEA Open API and Plugin Development
Augment top level PsiClass
0 votes
Created
July 03, 2017 15:22
So you want IDE to resolve to that classes automatically or do you have your own references?
Community
IntelliJ IDEA Open API and Plugin Development
Augment top level PsiClass
0 votes
Created
July 03, 2017 10:09
Hi Matan, so you don't want to create physical file, only light class where the references could be resolved? Should this class be found by Ctrl-N and navigatable? If so, what should be opened in t...
Community
IntelliJ IDEA Open API and Plugin Development
Augment top level PsiClass
0 votes
Created
June 30, 2017 07:53
As the message advice: you need to wrap write operations (add field to a class) with a command, so undo would be possible. Please note that write PSI is possible in EDT thread only.
Community
IntelliJ IDEA Open API and Plugin Development
How to add data members and its setter getters while creating a new class file
0 votes
Created
June 29, 2017 09:09
The parameters are passed to the template and could be used there. Please share the template text you have and what parameters you pass. Thanks, Anna
Community
IntelliJ IDEA Open API and Plugin Development
How to add data members and its setter getters while creating a new class file
0 votes
Created
June 23, 2017 10:04
Hi Scott, as far as I understood the similar thing is done for Lombok's 'var'. The corresponding extension is com.intellij.psi.augment.PsiAugmentProvider#inferType. Anna
Community
IntelliJ IDEA Open API and Plugin Development
Type placeholder?
0 votes
Created
June 13, 2017 16:36
I guess that won't be easy without changing the current api as the api assumes that you returns expressions and not callbacks. And changing the api is tricky as we don't want to break existing plug...
Community
IntelliJ IDEA Open API and Plugin Development
Select what to surround like in "Introduce variable"
0 votes
Created
June 13, 2017 10:28
Hi Patrick! Do you mean you want to suggest to extend the scope when user chooses your surround with template? Anna
Community
IntelliJ IDEA Open API and Plugin Development
Select what to surround like in "Introduce variable"
0 votes
Created
June 07, 2017 14:50
Path variables are set once for instance variable. I don't see how this could work without configuring once when paths are different on different computers.
Community
IntelliJ IDEA Open API and Plugin Development
Modify Settings of Provided Inspection
0 votes
Created
June 07, 2017 13:12
You can create path variable to point to the installation. It would be used automatically in inspection settings. The inspection settings are saved under .idea directory when profile is marked as p...
Community
IntelliJ IDEA Open API and Plugin Development
Modify Settings of Provided Inspection
0 votes
«
First
‹
Previous
Next
›
Last
»