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

VS cannot specify "only <enter>" in the "Commit completition list by typing" option #371

Closed
cpyrgas opened this issue Apr 24, 2020 · 0 comments

Comments

@cpyrgas
Copy link

cpyrgas commented Apr 24, 2020

The setting "XSharp\Intellisence\Commit completition list by typing ..." is not saved if you specify an empty line in the input field. After restarting VS 2019, this setting restores the default value:

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

I need autocompletition from combobox only by explicitly selecting an item and pressing Enter. To do this, I deleted all the characters in the above setting. But after restarting VS 2019, the setting is restored. At the same time, the completion is still performed on some characters (for example, the closing bracket), even if not a single character is specified. If I specify any useless character in this setting, then input completion works correctly (only by Enter).

@cpyrgas cpyrgas added this to To do in VsIntegration via automation Apr 24, 2020
RobertvanderHulst added a commit that referenced this issue May 2, 2020
VsIntegration automation moved this from To do to Done May 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
VsIntegration
  
Done
Development

No branches or pull requests

3 participants