Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Gregorycfrank
Total activity
9
Last activity
December 23, 2020 17:02
Member since
March 04, 2020 17:53
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (2)
Comments (5)
Sort by recent activity
Recent activity
Votes
Created
December 23, 2020 17:02
Bas Leijdekkers Thanks! I got to very much the same place via slightly different means. I had upvoted that issue previously, and hope this gets resolved before I need it again ;) I think what I'll ...
Community
IntelliJ IDEA Users
Structural Replace script to rename class renames class and deletes file content
0 votes
Created
December 23, 2020 16:57
Andrey Dernov Thanks! That's very similar to something I came up with along the way, but it unfortunately still misses the boat. There are a few things missing (like JavaDoc and class modifiers). I...
Community
IntelliJ IDEA Users
Structural Replace script to rename class renames class and deletes file content
0 votes
Created
December 23, 2020 15:38
Is there a way to create an Intention based on a Structural Find that has a "Rename Refactor" as the suggested fix instead of the replace template?
Community
IntelliJ IDEA Users
Structural Replace script to rename class renames class and deletes file content
0 votes
Edited
December 22, 2020 19:03
UPDATE 2: I know this is overkill, but I've now got the replace script to import com.intellij.psi.*;import com.intellij.ide.*;import com.intellij.openapi.actionSystem.impl.*;import com.intellij.op...
Community
IntelliJ IDEA Users
Structural Replace script to rename class renames class and deletes file content
0 votes
Created
March 09, 2020 19:50
Thanks! That gets me close, but opened a new rabbit hole or two. E.g. AbstractEntity can't return this. I genericized things and created a cast() method in the base of the hierarchy public interfac...
Community
IntelliJ IDEA Users
How to use Structural Search & Replace to make "fluent" objects?
0 votes