ojsheikh / unicode-latex

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

Insert, rather than replace, symbols #8

Closed varkor closed 6 years ago

varkor commented 6 years ago

When I'm inserting a symbol using autocompletion (the behaviour is correct for inserting from the menu), and my cursor is like this: start|end, then I trigger an autocomplete (e.g. \sigma), the resulting word is startΣ|, rather than startΣ|end, which can be annoying (especially as this happens for symbols like brackets, not just word characters).

Is there any way to change this behaviour?