Sublime Forum

Autocompletion in large file stopped working

#1

Today and suddenly, the autocompletion in a large file with 100k lines of code stopped working. In other files, the autocompletion works. Please advice how to fix this.

Thanks
Alex

0 Likes

#2

Auto complete is automatically disabled for larger files because of performance reasons.

You may try to increase the value of "auto_complete_size_limit" in your Preferences.sublime-settings.

0 Likes

#3

Thanks! That solved the issue. I just made the limit double.

0 Likes