CSharpRepl
CSharpRepl copied to clipboard
should not accept the intelligen suggestion while hit space
Version
newest
What happened?
pleaz do not accept suggest while hit space, most we use enter/tab while we want accept the suggetion
Please see #148. This matches Visual Studio behavior and is wanted.
could it please add a option,This is quite necessary. thanks
Yes, this is really annoying.
Hi @heartacker, a few questions to better understand your use case:
- We match the Visual Studio behavior -- we have no plans to change this. Do you also use a custom Visual Studio config?
- Why are you pressing space if you don't want it to accept the current suggestion? Can you give us an example workflow.
I am open to a PR that updates this, though it should allow for general configuration and not be specific to the "space" key. See the "commitCompletion" area of the code to get started.
hi ,@waf Thank you and
- I use Both VS and VSCode, and Preferred vsode,
- [Import] I believe space is a character, so space key is not a function key but character key
- we have
TabandEnterto accept the suggestion, and too much to add space too - if i just want to input
a b, we get this
@waf Hi,Is there a way to cancel the space suggestion through the configuration