Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prioritize perfect match over substring match on code completion #14583

Closed
tonymk opened this issue Oct 27, 2016 · 2 comments
Closed

Prioritize perfect match over substring match on code completion #14583

tonymk opened this issue Oct 27, 2016 · 2 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug suggest IntelliSense, Auto Complete verified Verification succeeded
Milestone

Comments

@tonymk
Copy link

tonymk commented Oct 27, 2016

  • VSCode Version: 1.7.0-insider
  • OS Version: Win10

Steps to Reproduce:

  1. open a typescript file
  2. write log
  3. You get a lot of suggestions for autocomplete
  4. I would like to use the log which matches perfect as default over SVGFEMorphologyElement, which has a log in it.

Other from that, thanks a lot for a great editor!
ps. please make it possible to copy Help -> about

@jrieken jrieken added bug Issue identified by VS Code Team member as probable bug suggest IntelliSense, Auto Complete labels Oct 27, 2016
@jrieken jrieken added this to the October 2016 milestone Oct 27, 2016
@bpasero
Copy link
Member

bpasero commented Oct 27, 2016

I am on Linux with latest insider build and I am seeing the first letter I type not being picked up. A video shows it:

 
editors

I am trying to type a "." after "e".

@jrieken
Copy link
Member

jrieken commented Oct 27, 2016

this is a regression from #14446

@jrieken jrieken closed this as completed Oct 27, 2016
@bpasero bpasero added the verified Verification succeeded label Oct 28, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug suggest IntelliSense, Auto Complete verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants