Botond Diviki-Nagy

Results 3 comments of Botond Diviki-Nagy

**_I have read the CLA Document and I hereby sign the CLA_**

One way to approach this is to interactively ask for the target module after dispatching the code action. Typescript language server [solves this by](https://github.com/typescript-language-server/typescript-language-server/discussions/850#discussioncomment-14402186) relying on custom client implementation. This...

I see some issues with the rename approach. First, it feels kind of unintuitive that an action called "rename" moves code, and does so by setting the name to a...