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

Provide full TS symbol range when previewing definitions in VSCode #75659

Merged
merged 1 commit into from
Jun 19, 2019

Conversation

mjbvz
Copy link
Collaborator

@mjbvz mjbvz commented Jun 17, 2019

Fixes #72017

Has two fixes:

Fixes #72017

Has two fixes:

- Hooks up the JS/TS extension to consume the full symbol range provided by microsoft/TypeScript#31587

- Makes the go the definition mouse implementation use the locationLink to compute the preview range. If a`targetSelectionRange` is provided, this means we use the normal `range` to get the preview range
Copy link
Member

@jrieken jrieken left a comment

Choose a reason for hiding this comment

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

Yeah, finally

@mjbvz mjbvz merged commit d599bd6 into master Jun 19, 2019
@mjbvz mjbvz deleted the dev/mjbvz/use-ts-full-range-for-definition-preview branch July 2, 2019 18:29
@github-actions github-actions bot locked and limited conversation to collaborators Mar 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implementation of top level function is not shown in hover
2 participants