Skip to content

Fixed goto when global declarations are on multiple files#33124

Merged
armanio123 merged 1 commit into
microsoft:masterfrom
armanio123:FixGotoMultipleFile
Aug 29, 2019
Merged

Fixed goto when global declarations are on multiple files#33124
armanio123 merged 1 commit into
microsoft:masterfrom
armanio123:FixGotoMultipleFile

Conversation

@armanio123
Copy link
Copy Markdown
Contributor

@armanio123 armanio123 commented Aug 28, 2019

Fixed an issue on goto when global declarations appears on multiple files.

Previously it was only returning only two declarations. After fix, it will return all of the declarations available.

@armanio123 armanio123 requested a review from sandersn August 28, 2019 22:16
@armanio123 armanio123 changed the title Fixed goto when declarations are on multiple files Fixed goto when global declarations are on multiple files Aug 28, 2019
Copy link
Copy Markdown
Member

@sandersn sandersn left a comment

Choose a reason for hiding this comment

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

Code looks good, couple of requests on the tests.

Comment thread tests/cases/fourslash/goToDefinitionAcrossMultipleProjects.ts
Comment thread src/services/goToDefinition.ts
@armanio123 armanio123 merged commit 029f7a3 into microsoft:master Aug 29, 2019
@microsoft microsoft locked as resolved and limited conversation to collaborators Oct 21, 2025
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.

2 participants