Mac OS Lion 上 Sublime text 2 的 Packages 文件夹的完整路径是什么

发布于 2024-12-10 19:55:28 字数 308 浏览 0 评论 0 原文

我在任何地方都没有看到这个问题,所以我只能假设我正在做一些非常愚蠢的事情,但是......

Sublime Text 2 的“Packages”文件夹的完整路径是什么。我正在寻找安装一个新主题。

当我去

/Applications/Sublime Text 2.app/

只有一个“Contents”文件夹

里面

框架 Info.plist MacOS 资源 SharedSupport

I'm not seeing this question anywhere so I can only assume I'm doing something really stupid but...

What is the full path to the "Packages" folder for Sublime Text 2. I'm looking to install a new theme.

When I go to

/Applications/Sublime Text 2.app/

There is a "Contents" Folder only

Inside that is:

Frameworks Info.plist MacOS Resources SharedSupport

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

征﹌骨岁月お 2024-12-17 19:55:28

/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

再可℃爱ぅ一点好了 2024-12-17 19:55:28

Sublime Text 内部的一个有用的快捷方式:

cmd-shift-P -->浏览套餐
现在打开用户文件夹。

A useful shortcut from inside Sublime Text:

cmd-shift-P --> Browse Packages
Now open user folder.

挽清梦 2024-12-17 19:55:28

Sublime 2

根据文档,在 Sublime 2 中,包目录位于数据目录下。该目录应位于以下位置:

  • Windows:%APPDATA%\Sublime Text 2
  • OS X:~/Library/Application Support/Sublime Text 2
  • Linux:~/.config/sublime-text-2

此信息可用 此处 (存档链接)。

Sublime 3

对于 Sublime 3,位置如下:

  • Windows:%APPDATA%\Sublime Text 3
  • OS X:~/Library/Application Support/Sublime Text 3
  • Linux:~/.config/sublime-text-3

此信息可用此处存档链接)。

对于便携式版本,上面的文档指出:“如果您使用的是便携式版本(仅限 Windows),请查找应用程序/数据。这里,应用程序是指您将文件解压到的目录。压缩的可移植文件以及可执行文件所在的位置

请注意,数据目录仅在可移植版本中以该名称存在,它是上面指出的位置之一。

Sublime 4

对于 Sublime 4,干净安装后,位置如下:

  • Windows:%APPDATA%\Sublime Text
  • OS X:~/Library/Application Support/Sublime Text
  • Linux:~/.config/sublime-text

根据 这个,如果 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:

  • Windows: %APPDATA%\Sublime Text 2
  • OS X: ~/Library/Application Support/Sublime Text 2
  • Linux: ~/.config/sublime-text-2

This information is available here (archive link).

Sublime 3

For Sublime 3, the locations are the following:

  • Windows: %APPDATA%\Sublime Text 3
  • OS X: ~/Library/Application Support/Sublime Text 3
  • Linux: ~/.config/sublime-text-3

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:

  • Windows: %APPDATA%\Sublime Text
  • OS X: ~/Library/Application Support/Sublime Text
  • Linux: ~/.config/sublime-text

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).

笑忘罢 2024-12-17 19:55:28

1.解决方案

打开 Sublime Text 控制台 → 粘贴到打开的字段中:

sublime.packages_path()

Enter< /kbd>。您可以在控制台输出中得到结果。


2. 相关性

该答案与 2018 年 4 月相关。将来,该答案的数据可能会过时。


3.不推荐

我不推荐@osiris回答。参数:

  1. 在新版本的 Sublime Text 和/或操作系统(例如 Sublime Text 4、macOS 14)中,路径可能会更改。
  2. 不需要 Windows 上的便携式 Sublime Text。在 Windows 上的便携式 Sublime Text 中,Packages 文件夹的另一个路径。
  3. 它不那么简单。

4.附加链接

1. Solution

Open Sublime Text console → paste in opened field:

sublime.packages_path()

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:

  1. In new versions of Sublime Text and/or operating systems (e.g. Sublime Text 4, macOS 14) paths may be changed.
  2. It doesn't take portable Sublime Text on Windows. In portable Sublime Text on Windows another path of Packages folder.
  3. It less simple.

4. Additional link

生寂 2024-12-17 19:55:28

您可以通过以下方法浏览包文件夹。

  1. 使用 Sublime Text 2 菜单: Preferences\Browse Packages
  2. 在 Windows 7 中: C:\Users\%username%\AppData\Roaming\Sublime Text 2\Packages (等于 %appdata%\Sublime Text 2\Packages)

You can browse package folder below method.

  1. Use Sublime Text 2 menu : Preferences\Browse Packages
  2. In Windows 7 : C:\Users\%username%\AppData\Roaming\Sublime Text 2\Packages (equals %appdata%\Sublime Text 2\Packages)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文