-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Closed
Labels
candidateIssue identified as probable candidate for fixing in the next releaseIssue identified as probable candidate for fixing in the next release
Milestone
Description
- VSCode Version: 1.20.0 (latest Insiders)
f2b21097100fc2fc0e84cc34f453c9a85a49a2bb
2018-02-02T06:03:34.306Z
- OS Version: macOS
"editor.suggestSelection": "recentlyUsedByPrefix", works the same as recentlyUsed.
Description says:
recentlyUsedByPrefix: Select suggestions based on previous prefixes that have completed those suggestions, e.g. `co -> console` and `con -> const`.
But I tested and it seems it's the same as:
recentlyUsed: Select recent suggestions unless further typing selects one, e.g. `console.| -> console.log` because `log` has been completed recently.
TL;DR: recentlyUsedByPrefix = recentlyUsed, recentlyUsed = recentlyUsedByPrefix
cc @jrieken
Reactions are currently unavailable
Metadata
Metadata
Labels
candidateIssue identified as probable candidate for fixing in the next releaseIssue identified as probable candidate for fixing in the next release


