HaxeFoundation / HaxeFoundation/haxe
[display] rename support
Open
enhancement
feature-ide
- Dominant language
- Haxe
- Stars
- 6.9k
- Forks
- 715
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 11
Description
I was playing with supporting rename in vshaxe using `@usage` display mode and stumbled upon a couple issues for which I think we may want a separate display mode similar to `@usage`, but more precise about what _name_ is.
For example, when doing a type rename, we want to report positions of actual name to be changed, not the whole expression which might be a fully-qualified path:
.
Another useful addition (as seen in the gif above) would be to report the name of the actual renamed symbol, because calculating it in the IDE doesn't seem right as well.
Contributor guide
Assessment
This issue has not been assessed yet.