Mac OS Lion 上 Sublime text 2 的 Packages 文件夹的完整路径是什么
我在任何地方都没有看到这个问题,所以我只能假设我正在做一些非常愚蠢的事情,但是......
Sublime Text 2 的“Packages”文件夹的完整路径是什么。我正在寻找安装一个新主题。
当我去
/Applications/Sublime Text 2.app/
只有一个“Contents”文件夹
里面
:框架 Info.plist MacOS 资源 SharedSupport
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
/Users/{user}/Library/Application Support/Sublime Text 2/Packages
在 Sublime 中通过
Sublime Text 2... 首选项... 浏览包的菜单快速访问它
/Users/{user}/Library/Application Support/Sublime Text 2/Packages
Get to it quickly from within Sublime via the menu at
Sublime Text 2... Preferences... Browse Packages
Sublime Text 内部的一个有用的快捷方式:
cmd-shift-P -->浏览套餐
现在打开用户文件夹。
A useful shortcut from inside Sublime Text:
cmd-shift-P --> Browse Packages
Now open user folder.
Sublime 2
根据文档,在 Sublime 2 中,包目录位于数据目录下。该目录应位于以下位置:
此信息可用 此处 (存档链接)。
Sublime 3
对于 Sublime 3,位置如下:
此信息可用此处(存档链接)。
对于便携式版本,上面的文档指出:“如果您使用的是便携式版本(仅限 Windows),请查找应用程序/数据。这里,应用程序是指您将文件解压到的目录。压缩的可移植文件以及可执行文件所在的位置
请注意,数据目录仅在可移植版本中以该名称存在,它是上面指出的位置之一。
Sublime 4
对于 Sublime 4,干净安装后,位置如下:
根据 这个,如果 Sublime 4 安装在上面Sublime 3 中,它使用 ST3 目录。 (存档链接)
有关 Sublime 包的更多文档此处 (存档链接) 。
Sublime 2
According to the documentation, in Sublime 2, the package directory is located under the data directory. That directory should be on these locations:
This information is available here (archive link).
Sublime 3
For Sublime 3, the locations are the following:
This information is available here (archive link).
For the portable version the documentation above states: "If you’re using the portable version (Windows only), look for Application/Data. Here, Application refers to the directory to which you’ve extracted the compressed portable files and where the executable resides.
Note that the Data directory only exists with that name in the portable version. In full installations, it is one of the locations indicated above."
Sublime 4
For Sublime 4, when cleanly installed, the locations are the following:
According to this, if Sublime 4 is installed on top of Sublime 3, it uses the ST3 directory. (archive link)
More documentation about Sublime packages here (archive link).
1.解决方案
打开 Sublime Text 控制台 → 粘贴到打开的字段中:
→ Enter< /kbd>。您可以在控制台输出中得到结果。
2. 相关性
该答案与 2018 年 4 月相关。将来,该答案的数据可能会过时。
3.不推荐
我不推荐@osiris回答。参数:
Packages
文件夹的另一个路径。4.附加链接
1. Solution
Open Sublime Text console → paste in opened field:
→ Enter. You get result in console output.
2. Relevance
This answer is relevant for April 2018. In the future, the data of this answer may be obsolete.
3. Not recommended
I'm not recommended @osiris answer. Arguments:
Packages
folder.4. Additional link
您可以通过以下方法浏览包文件夹。
Preferences\Browse Packages
C:\Users\%username%\AppData\Roaming\Sublime Text 2\Packages
(等于%appdata%\Sublime Text 2\Packages
)You can browse package folder below method.
Preferences\Browse Packages
C:\Users\%username%\AppData\Roaming\Sublime Text 2\Packages
(equals%appdata%\Sublime Text 2\Packages
)