madskristensen / Tweakster

A Visual Studio extension
Apache License 2.0
240 stars 23 forks source link

Feature Suggestion: Suggestion Mode for Intellisense by Default #64

Closed mdro closed 3 years ago

mdro commented 3 years ago

Visual Studio currently always starts with Intellisense in completion mode: If a completion popup is open and you finish typing (by whitespace or punctuation) a word that is not in the completion list, it will automatically complete/change to the best match from the completion list.

The alternative is suggestion mode, where the unrecognised word will remain, while completions are only applied by tab and optionally return. The reasons for using suggestions mode could be:

The suggestion is an option to activate suggestion mode on startup. I assume this is possible to implement in an extension?

Developer Community suggestion: https://developercommunity.visualstudio.com/idea/838256/allow-toggling-between-suggestion-mode-or-completi.html

mdro commented 3 years ago

Since this will be in-box in 16.10 I guess this should be closed? Or do you plan to add it before the 16.10 release or for people who can't upgrade (yet)?

Preview release notes: https://docs.microsoft.com/en-us/visualstudio/releases/2019/release-notes-preview#16.10.0.pre.1.0

madskristensen commented 3 years ago

Good point. I'll close it