主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Anna Kozlova
活动总数
1422
最后的活动
2023年06月12日 14:16
成员加入日期
2005年10月25日 10:47
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
503
活动概览
文章(0)
帖子(0)
评论(919)
按最近的活动排序
最近的活动
投票数
创建于
2017年07月03日 18:07
Where are references on these classes? Do you provide them or are they normal java references?
社区
IntelliJ IDEA Open API and Plugin Development
Augment top level PsiClass
0 票
创建于
2017年07月03日 15:22
So you want IDE to resolve to that classes automatically or do you have your own references?
社区
IntelliJ IDEA Open API and Plugin Development
Augment top level PsiClass
0 票
创建于
2017年07月03日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Augment top level PsiClass
0 票
创建于
2017年06月30日 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.
社区
IntelliJ IDEA Open API and Plugin Development
How to add data members and its setter getters while creating a new class file
0 票
创建于
2017年06月29日 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
社区
IntelliJ IDEA Open API and Plugin Development
How to add data members and its setter getters while creating a new class file
0 票
创建于
2017年06月23日 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
社区
IntelliJ IDEA Open API and Plugin Development
Type placeholder?
0 票
创建于
2017年06月13日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Select what to surround like in "Introduce variable"
0 票
创建于
2017年06月13日 10:28
Hi Patrick! Do you mean you want to suggest to extend the scope when user chooses your surround with template? Anna
社区
IntelliJ IDEA Open API and Plugin Development
Select what to surround like in "Introduce variable"
0 票
创建于
2017年06月07日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Modify Settings of Provided Inspection
0 票
创建于
2017年06月07日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Modify Settings of Provided Inspection
0 票
«
第一页
‹
上一页
下一页
›
最后
»