I have a very large project that I am currently working on.
I have carefully excluded everything that I can from being indexed.
Still indexing can take 30+ minutes and can really bog down my system.
I have checked that I do not have the MarkdownEditing package installed (as seen in other posts that can cause longer indexing)
My main frustration right now is that every time I switch projects (and I do this often) and every time I restart sublime I seem to be forced to re-index the entire project. Is there any way to have sublime cache these results and only index incrementally or when required?
I am using the LSP and while I find it is almost good enough, there times where I still really want the simplicity of the sublime index and goto-anything to function, so I would like to avoid turning off the indexing functionality.
Any help would be greatly appreciated!