Sublime Forum

How to Prevent this type of Suggestion in Sublime Text 3?

#1

Even before I start writing code, some meaningless suggestions are coming which make no sense… Preventing me to use Multi cursor feature… It’s coming from where and how can I stop this?

0 Likes

#2

It seems to be from a third part package you installed on Sublime Text. Try uninstalling the package AutoFileName.

1 Like

#3

Thanks, it solved the problem. But how did you know I even have this package? You are very good in it :open_mouth:

0 Likes

#4

Because I have a different version of this package installed https://github.com/evandrocoan/AutoFileName

This was the original behavior which annoyed a lot. Then I removed on the fork and I have been trying to fix a couple things, but still not finished, as it is not working as I expect yet. Basically I want it to suggest the file names as normal auto completions.

1 Like