Sublime Forum

Sublime text editor + Webdrive

#1

Hey

I use Webdrive to connect to FTP/Sftp from sublime text editor.

  • When i connect to server and attached my website - magneto as drive
  • Then start browsing folder in Sublime
  • Sublime start travel across all ftp drive
  • So im not able to view directories, until its fetch all dir
  • And imagine 16.000 files folder to be downloaded by ftp client ?

I just has confirmation from webdrive about my problem and its sublime issue

short:
sublime file inspector automatically travel - check all files from attached folder, for normal HDD its maybe ok but for FTP its painful and sometimes i need ait about 25minutes to complete all task

0 Likes

#2

From the default preferences:

[code] // File indexing parses all files in the side bar, and builds an index of
// their symbols. This is required for Goto Definition to work.
“index_files”: true,

[/code]

Try setting this to false in your user preferences. It should stop Sublime from crawling the files (though it may still crawl the folders to get a file listing–I don’t remember).

0 Likes

#3

OK thx that fix my problem :0

0 Likes