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

Add default completion commit characters #1494

Merged
merged 3 commits into from
May 19, 2017

Conversation

DustinCampbell
Copy link
Member

Fixes #1491 and #1487

' ', '{', '}', '[', ']', '(', ')', '.', ',', ':',
';', '+', '-', '*', '/', '%', '&', '|', '^', '!',
'~', '=', '<', '>', '?', '@', '#', '\'', '\"', '\\'];

Copy link
Contributor

Choose a reason for hiding this comment

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

That is one long list 😄 Unsure if all commit characters make sense on all completion item kinds but the API is used as indented.

Copy link
Member Author

Choose a reason for hiding this comment

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

Those are precisely the characters we commit on in Visual Studio. 😄

Copy link
Member Author

Choose a reason for hiding this comment

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

Note that there are cases where we tweak the list for various commit characters for some items, but this matches 99.9% of them.

@DustinCampbell
Copy link
Member Author

@filipw: Do you want to take a look?

Copy link
Contributor

@filipw filipw left a comment

Choose a reason for hiding this comment

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

looks like this will have a great impact on usability!

@DustinCampbell
Copy link
Member Author

Thanks!

@DustinCampbell DustinCampbell merged commit 2c64ed2 into dotnet:master May 19, 2017
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.

4 participants