rescript-vscode icon indicating copy to clipboard operation
rescript-vscode copied to clipboard

feat(codeactions): open Implementation/Interface/Compiled and create Interface

Open aspeddro opened this issue 2 years ago • 0 comments

This PR add four code actions:

  1. Open Interface file
  2. Open Implementation file
  3. Open Compiled JS
  4. 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

aspeddro avatar Apr 28 '23 02:04 aspeddro