Installing multiple packages in sublime text 3

后端 未结 2 2070
滥情空心
滥情空心 2021-02-06 15:37

When installing packages in Sublime Text 3, is there anyway I can tick all the ones I want from a list, and then install them in one go? Or do I have to click Preferences > Pac

2条回答
  •  情歌与酒
    2021-02-06 15:42

    Just use Preferences > Package Control > Package Control: Advanced Install Package.

    Then you can enter a comma-separated package list, e.g. ConvertToUTF8,MarkdownEditing,SublimeLinter,SublimeREPL.

    Also, note that you could just press cmdshiftp (on OS X) or ctrlshiftp (on Windows) and type the command name (Package Control: Advanced Install Package) or even part of it, like pcaip. This will be much faster than clicking menu entries.

提交回复
热议问题