I am increasingly working with XeLaTeX and stated using unicode characters instead of Latex command.
For instance, I use → instead of \to in my documents.
Now, I'd like my IDE to automatically convert \to to →, a bit in the sense of this chrome plug-in.
I've searched in the LaTeX Editors/IDEs question, but could not find which IDE support this feature, if any.
Is there an IDE or a program that can perform this conversion "on the fly" for me?
ps: For the sake of clarity: I know I can look up the symbols here or there, and am aware of some of the challenges, pros and cons of using unicode directly. I also know that on-line services for this translation exist, and that scripts to go the other way around have been discussed here. What I'm looking for is to automate this task in my IDE, not to question it.
\tocharacter in position {hex}19, as given on the mythological extended keyboard. See The TeXbook, starting at the bottom of page 368. In plain TeX,$a ^^19 b$still works as$a \to b$. It does not in LaTeX, but I think it might have a very long time ago. – Donald Arseneau Apr 22 '20 at 03:39recodecan be used also to convert from LaTeX to UTF8, the questions and most answers about converting to LaTeX code and from LaTeX code are IMHO different. – cabohah Dec 04 '23 at 07:50