Sublime Forum

Disable autocomplete for gtfs folder only

#1

Autocomplete on ssh folders is extremely slow probably because of the linux ssh library, not Sublime fault. However it helps to disable autocomplete. Would it be possible to disable it specifically for this folders? They have a part of path in common - /run/user/1000/gvfs/ .

0 Likes

#2

Assuming by disabling auto-complete you mean indexing? You can use the "index_exclude_patterns" setting to disable indexing for specific paths.

0 Likes

#3

This is only a partial solution. Not sure why but the lags are present even after disabling indexing using "index_exclude_patterns": ["/run/user/1000/gvfs/"]. It is possible Sublime Text does not recognize remote files as on this path.

0 Likes

#4

In what way is auto-complete extremely slow? Does it happen in safe mode?

0 Likes

#5

Ok, tried safe mode and the lags seem to be caused by tabnine extension. Thanks for help!

0 Likes