Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

aspeddro
Copy link
Contributor

@aspeddro aspeddro commented Apr 28, 2023

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.

screencast-2023-04-27_23.26.21.mp4
  • Update CHANGELOG

~uri:path ~newText ~range
~command:None
~edit:
(Some
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this part is repeated multiple times, can you factor that out in its own function?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fhammerschmidt fhammerschmidt requested a review from zth April 25, 2024 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants