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/ .
Disable autocomplete for gtfs folder only
bschaaf
#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
Aslanex
#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
Aslanex
#5
Ok, tried safe mode and the lags seem to be caused by tabnine extension. Thanks for help!
0 Likes