Sublime Forum

Moves the last letter of a command to the end during the completion

#1

I always had this kind of a problem, but I finally find some time to report it. Do you have any idea how to repair it?

I’m writing some code with LaTeX, and suppose that I wanted to include a file.
Thus I type \input{, select a file (say abc.tex) and press enter. This results in \inpu{abc.tex}t, so the last letter of the word is moved to the end of the command. Similar problem occurs also with other commands.

0 Likes

#2

As Sublime Text doesn’t provide file name completions out of the box, its very likely a plugin related issue. It would be a good starting point to know which plugin is used for that kind of completions.

I can’t reproduce this kind of issue with ST415x and AutoFileName plugin. I am however not aware of other ones provideing file name completions.

1 Like