主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Michael Dungan
活动总数
9
最后的活动
2024年11月06日 20:36
成员加入日期
2020年01月03日 00:55
关注
0 名用户
关注者数
0 名用户
投票数
2
订阅数
2
活动概览
帖子(1)
评论(4)
按最近的活动排序
最近的活动
投票数
已编辑于
2020年02月08日 01:25
@Yann Cebron Thanks so much. getUseScope() was one missing piece. The other is that any inline-renameable element must implement PsiNameIdentifierOwner. My ID nodes were implementing PsiNamedElemen...
社区
IntelliJ IDEA Open API and Plugin Development
How do I enable in-place rename? Renaming via dialog works fine.
0 票
创建于
2020年01月20日 08:06
Vladimir Schneider, That shouldn't be the issue here, since I'm not reaching outside of the file (yet) to resolve references, but what you say will help avoid trouble in the future. Thanks! I'll ...
社区
IntelliJ IDEA Open API and Plugin Development
How do I enable in-place rename? Renaming via dialog works fine.
0 票
创建于
2020年01月18日 23:42
Hi, Thank you for responding. It seems there's more to it than just that. I'm returning true for my identifier leaf nodes, and that is being called, but still the dialog comes up each time. Should ...
社区
IntelliJ IDEA Open API and Plugin Development
How do I enable in-place rename? Renaming via dialog works fine.
0 票
创建于
2020年01月06日 08:18
Oh I've already done that. I was under the impression that that was required to get rename working at all, whatsoever.
社区
IntelliJ IDEA Open API and Plugin Development
How do I enable in-place rename? Renaming via dialog works fine.
0 票