What is the full path to the Packages folder for Sublime text 2 on Mac OS Lion

前端 未结 5 1449
忘了有多久
忘了有多久 2020-12-07 10:15

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 T

5条回答
  •  既然无缘
    2020-12-07 10:44

    According to the documentation, in Sublime 2, the data 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: http://docs.sublimetext.info/en/sublime-text-2/basic_concepts.html#the-data-directory

    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:http://docs.sublimetext.info/en/sublime-text-3/basic_concepts.html#the-data-directory

提交回复
热议问题