How to find Sublime Text path of packages installed


open console in sublime text

If you have installed packages in Sublime Text editor on your device (Mac/Linux/Windows) and you want to know where are these packages installed, well there are many ways to know this, but the easiest and the platform-independent way of knowing it using the command sublime.packages_path() n console.,PE|

Step 1: Open Console

Go to View -> Show Console

You can also make use of the keyboard shortcut: Control + ~

This should open up the console which you will see attached to the bottom of the editor.


Step 2: Run the command

Now in the console, run the command sublime.packages_path(), you will get the absolute path of the packages folder as a response.

Example:
>>> sublime.packages_path()
'/Users/code2care/Library/Application Support/Sublime Text/Packages'
Absolute path sublime text packages
-

Facing issues? Have Questions? Post them here! I am happy to answer!


Author Info:

Rakesh is a seasoned developer with over 10 years of experience in web and app development, and a deep knowledge of operating systems. Author of insightful How-To articles for Code2care.

Follow him on: X

Copyright © Code2care 2023 | Privacy Policy | About Us | Contact Us | Sitemap