Closed scriptorum closed 7 years ago
@scriptorum Can you check if you have a keybinding for .
or )
that is specific to C# and accepting a completion? Accept on commit used to be "implemented" with a keybinding
I see a binding to .
under Keyboard Shortcuts:
If I remove it then .
no longer accepts suggestions. One down.
As for the closing paren, I don't see )
in Keyboard Shortcuts. Where would I find language-specific bindings?
Where would I find language-specific bindings?
To right of this there should be a column when
listing more information about this. It also contains the language for which it should be active
There it is. Filed under ⇧0 / ⇧9 instead of .
/)
.
Removing these shortcuts restored the desired behavior. Thanks @jrieken!
Thanks. I will follow up with the csharp-folks to use our improved story
the issue on the omnisharp side: https://github.com/OmniSharp/omnisharp-vscode/issues/1487. closing this as a dupe of that one now
I'm working in C#. I like suggestions, but I never want Code to accept them without my explicit say so, such as the tab key. So I turned off
acceptSuggestionOnCommitCharacter
in my settings.json file:But it still accepts the suggestion when I press
.
or)
.Am I misusing this setting?
Steps to Reproduce: