Many languages import files by filename:
If a user renames this file using explorer, the code references to it become broken and need fixing up. The Dart language server has support for returning the code edits required during a file rename to avoid this. As far as I can see there isn't an API for this yet.
I think could be useful for many languages (Dart, JS, TS, maybe even HTML's script tags/link tags!).
Many languages import files by filename:
If a user renames this file using explorer, the code references to it become broken and need fixing up. The Dart language server has support for returning the code edits required during a file rename to avoid this. As far as I can see there isn't an API for this yet.
I think could be useful for many languages (Dart, JS, TS, maybe even HTML's script tags/link tags!).