Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Michael Dungan
Total activity
9
Last activity
November 06, 2024 20:36
Member since
January 03, 2020 00:55
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
2
Activity overview
Posts (1)
Comments (4)
Sort by recent activity
Recent activity
Votes
Edited
February 08, 2020 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...
Community
IntelliJ IDEA Open API and Plugin Development
How do I enable in-place rename? Renaming via dialog works fine.
0 votes
Created
January 20, 2020 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
How do I enable in-place rename? Renaming via dialog works fine.
0 votes
Created
January 18, 2020 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
How do I enable in-place rename? Renaming via dialog works fine.
0 votes
Created
January 06, 2020 08:18
Oh I've already done that. I was under the impression that that was required to get rename working at all, whatsoever.
Community
IntelliJ IDEA Open API and Plugin Development
How do I enable in-place rename? Renaming via dialog works fine.
0 votes