主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Gregorycfrank
活动总数
9
最后的活动
2020年12月23日 17:02
成员加入日期
2020年03月04日 17:53
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
2
活动概览
帖子(2)
评论(5)
按最近的活动排序
最近的活动
投票数
创建于
2020年12月23日 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 ...
社区
IntelliJ IDEA Users
Structural Replace script to rename class renames class and deletes file content
0 票
创建于
2020年12月23日 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...
社区
IntelliJ IDEA Users
Structural Replace script to rename class renames class and deletes file content
0 票
创建于
2020年12月23日 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?
社区
IntelliJ IDEA Users
Structural Replace script to rename class renames class and deletes file content
0 票
已编辑于
2020年12月22日 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...
社区
IntelliJ IDEA Users
Structural Replace script to rename class renames class and deletes file content
0 票
创建于
2020年03月09日 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...
社区
IntelliJ IDEA Users
How to use Structural Search & Replace to make "fluent" objects?
0 票