Sublime Forum

Network-share project mounted at /Volumes not indexing

#1

OS X Mavericks, Sublime Text 3 Build 3047

I noticed that when I have a project whose source files are on a network-share (path is off of /Volumes/…), the symbol indexing doesn’t appear to work. Looking at ~/Library/Application Support/Sublime Text 3/Index, theres’ an 000003.log, but it doesn’t grow beyond 64K. When I tried copying the project files locally and making that into a Sublime project, the index file immediately grew to a couple of megs (and I had a long list of symbols when using Goto Symbol in Project).

My project settings look like this:

[code]
{
“folders”:

	{
		"follow_symlinks": true,
		"path": "/Volumes/my/project/here"
	}
]

}[/code]

Thank you very much for any tips.

0 Likes

#2

I am also having this same issue - glad I’m not the only one. I’d really love to be able to use the best feature of Sublime! Anyone know of a workaround or fix other than copying the files locally?

0 Likes