Github Atom编辑器中单个窗口上的多个项目

时间:2014-08-09 16:59:08

标签: github editor atom-editor

是否能够在Github Atom编辑器中的同一窗口中添加多个项目,如同在崇高文本中一样? 有什么选择吗?

2 个答案:

答案 0 :(得分:3)

2015年4月,Atom编辑器中添加了添加多个项目文件夹的选项。

有关详细信息,请参阅this blog post

要使用此功能,您有以下选择:

  • 在Atom命令行上提供多个文件夹:atom ./folder1 ./folder2
  • 使用命令面板中的Application: Add Project Folder命令。

答案 1 :(得分:3)

我使用的是Atom 1.23,你现在能够做到这一点。

您所要做的就是转到文件 - >添加项目文件夹

enter image description here

enter image description here