Sublime Text: disable all packages

后端 未结 2 1479
盖世英雄少女心
盖世英雄少女心 2021-02-05 02:16

I\'m using Sublime Text 3083.

When I load a file with several thousand lines and try to edit it, it gets amazingly un-responsive to the point that adding/removing even o

2条回答
  •  长发绾君心
    2021-02-05 02:43

    Packages can be simply disabled as follows

    1. Press Ctrl+Shift+P to open Command Palette
    2. Type disable, select Package Control: Disable Package
    3. This will give the list of all the Installed Packages, click on the one which you want to disable.

    That's it. And you can enable disabled package anytime, just type enable in step:2.

提交回复
热议问题