Area-IDEBugFeature - Renamehelp wanted
仓库指标
- 星标
- (20,414 个星标)
- PR 合并指标
- (平均合并 6天 17小时) (30 天内合并 256 个 PR)
描述
Due to perf issues of bringing up the rename prompt, I've been making use of renaming tracking feature to rename symbols because it's much faster. However, I keep getting into states where it gets "confused" and cannot get it to auto rename to the name I want. Here's an example:
Steps to Reproduce:
- Using editor, rename
Class->NewClass
public class Class
{
}
Should look like this:

- Press ESC (or start typing) to dismiss renaming tracking
- Press CTRL+Z to undo rename
- Rename
Class->NewerClass - Drop down lightbulb
Expected Behavior:
To get code fix to rename Class to NewerClass
Actual Behavior:
Get a code fix that asks me to rename NewClass to NewerClass
