Sublime Forum

How can I disable auto-completion for file names?

#1

One of my daily tasks is it to save changes to a version.txt file (we don’t use a CVS/SVN for this one project). It is built like this:

01.01.2012<tab>index.pl<tab>I have changed something.

Now when I press after index.pl, it “completes” the .pl to a word. How can I disable this behavior?

0 Likes

#2

sublimetext.com/docs/2/tab_completion.html

0 Likes

#3

This would turn off completion completely, which is not what I want to achieve. I only want to be able to define exceptions (like: .pl, .css, …) which should be ignored.

0 Likes