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

Improving order of symbols #6

Open
varkor opened this issue Feb 28, 2018 · 2 comments
Open

Improving order of symbols #6

varkor opened this issue Feb 28, 2018 · 2 comments

Comments

@varkor
Copy link
Contributor

varkor commented Feb 28, 2018

  • Sort recently-used symbols to the top of the list
  • If there is a direct match (e.g. circ), use that rather than something else (e.g. ocirc).
  • Take case into account.

Edit: the last two issues seem to have been addressed in a recent version of VS Code.

@v-i-s-h
Copy link

v-i-s-h commented Apr 15, 2018

Prioritize the list of symbols based on the match. Place exact match symbols on top then with partial match.

Ex: If I type \mu in current version(can't find a version number in VScode!), I get a gull list of symbols with '\','m', and 'u'. It would be better if $\mu$ comes on top and then the other matches.

@s-arash
Copy link

s-arash commented Sep 19, 2019

when I type "lambda", "\Lambda" (Λ) shows up first.

VSCode version: 1.38.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants