Skip to content

Move NavigateTo over to using the new pattern matcher. #2111

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

Merged
merged 3 commits into from
Feb 24, 2015

Conversation

CyrusNajmabadi
Copy link
Contributor

No description provided.

@@ -970,6 +970,7 @@ module ts {
kind: string;
kindModifiers: string;
matchKind: string;
isCaseSensitive: boolean;
Copy link
Contributor

Choose a reason for hiding this comment

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

What is this used for?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

To tell the host if a match is case sensitive or not. Case sensitive matches of the same kind are considered 'better'. This is used in VS for sorting items appropriately.

CyrusNajmabadi added a commit that referenced this pull request Feb 24, 2015
Move NavigateTo over to using the new pattern matcher.
@CyrusNajmabadi CyrusNajmabadi merged commit 5141f1d into master Feb 24, 2015
@CyrusNajmabadi CyrusNajmabadi deleted the navToPatternMatcher branch February 24, 2015 00:01
@microsoft microsoft locked and limited conversation to collaborators Jun 18, 2018
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.

3 participants