Sublime Text 2 is running very slowly for me on large text files (1000s of lines of code), and I suspect it is due to the plugins I have installed (like SublimeCodeIntel), particularly the auto-complete. How do I temporarily disable plugins in Sublime Text 2, or even better, automatically disable them only on large files?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
You can also append the following to the settings file if you want to disable the popups whenever a plugin makes sublime slow down (although I'm aware that's not exactly what you're looking for, it may be useful for future Googlers):
"detect_slow_plugins": false
回答2:
Found it -- if you hit Command-Shift-P (on a Mac), there is a ``Package Control: Disable Package'' option (and a corresponding option for enabling packages again).