Recently, I’ve had to open some very large (10,000+ lines of code). How can I determine if Sublime itself is being slow, or if one of my plugins is the culprit? I’m hoping there is some hidden solution similar to Chrome’s “Task manager”.
I was able to open the same file in Visual Studio Code and it handled it with ease, which disappointed me more than a little.
Is there a way to figure it out without painstakingly disabling all plugins and turning them back on one by one? Is it possible to start Sublime Text in “safe mode” with no external plugins running?
Thanks!