microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.43k stars 29.34k forks source link

Fuzzy Intellisense only uses last typed character and is too loose #9360

Closed geirsagberg closed 8 years ago

geirsagberg commented 8 years ago

Steps to Reproduce:

  1. Start typing anything that will prompt Intellisense in C#
  2. See that only the single last character entered is highlighted and used for filtering

To demonstrate, here is a gif of how it works in VSCode 1.3.1: vscode-1 Note that all characters are highlighted and used for filtering

Here is a gif of latest insider build: vscode-2 See that only the last char is highlighted and used for filtering.

geirsagberg commented 8 years ago

Can no longer reproduce in latest version (f4780e67933164a2289b86f2c279aaa05fda672f). Closing.