ojsheikh / unicode-latex

A visual studio code extension to insert Unicode symbols given LaTeX symbol names
MIT License
28 stars 26 forks source link

Improving order of symbols #6

Open varkor opened 6 years ago

varkor commented 6 years ago

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

v-i-s-h commented 6 years ago

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 commented 4 years ago

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

VSCode version: 1.38.1