Skip to content

"editor.suggestSelection": "recentlyUsedByPrefix": is not working #42795

@svipas

Description

@svipas
  • 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.

image

image

image

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

Metadata

Metadata

Labels

candidateIssue identified as probable candidate for fixing in the next release

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions