"editor.suggestSelection" doesn't seem to work as a language-specific setting #91180
Labels
bug
Issue identified by VS Code Team member as probable bug
help wanted
Issues identified as good community contribution opportunities
suggest
IntelliSense, Auto Complete
verified
Verification succeeded
Milestone
I was trying to contribute a default configuration for
"editor.suggestSelection"
in the Haxe extension as described here by @jrieken: MicrosoftDocs/intellicode#138However, I couldn't make this work, which made me test if it even works if it's configured by the user in
settings.json
rather than via aconfigurationDefaults
. I couldn't make this work as a language specific setting either, not even for TypeScript.The following .gif shows how
TextEncoder
is pre-selected when completion is invoked (because I had previously selected it), despite the config in the lower panel. Only the non-language-specific setting seems to have an effect.VS Code version: Code 1.42.1 (c47d83b, 2020-02-11T14:45:59.656Z)
OS version: Windows_NT x64 10.0.18363
The text was updated successfully, but these errors were encountered: