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

Improve go-to-definition for object pattern field aliases #242

Merged
merged 10 commits into from
Aug 26, 2023
Merged

Conversation

rvanasa
Copy link
Contributor

@rvanasa rvanasa commented Aug 26, 2023

Previously, go-to-definition on B with import { A = B } "path/to/A" would resolve to the location of B in the import. Now, the language server automatically follows the import and places the cursor on the definition of A. This has the additional benefit of showing tooltip doc comments (which use the go-to-definition logic behind the scenes) in more situations.

* Adjust 'processQueue()' logic

* Optimize main file type checking

* Increase main file type checking debounce

* Fix type checker sometimes using outdated file content

* 0.13.11

* Refactor for clarity

* Cancel checking workspace on file change
* Add notification for error in Mops / Vessel configuration

* Add 'View logs' button to error message

* Adjust error message detail rendering
* Bump formatter

* 0.13.12
@rvanasa rvanasa merged commit b343e76 into master Aug 26, 2023
1 check passed
@rvanasa rvanasa deleted the misc branch August 26, 2023 07:26
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.

1 participant