rescript-vscode
rescript-vscode copied to clipboard
feat(codeactions): open Implementation/Interface/Compiled and create Interface
This PR add four code actions:
- Open Interface file
- Open Implementation file
- Open Compiled JS
- Crete Interface file
This provides support for clients that do not support out-of-specification requests: textDocument/openInterface, textDocument/createInterface.
https://user-images.githubusercontent.com/16160544/235039754-8d811563-a9e3-4a2f-96a6-5d286e84d3fd.mp4
- [x] Update CHANGELOG