unicode-latex icon indicating copy to clipboard operation
unicode-latex copied to clipboard

Improving order of symbols

Open varkor opened this issue 6 years ago • 2 comments

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

varkor avatar Feb 28 '18 12:02 varkor

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.

v-i-s-h avatar Apr 15 '18 12:04 v-i-s-h

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

VSCode version: 1.38.1

s-arash avatar Sep 19 '19 22:09 s-arash