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'
You can download this article in various formats for your convenience. Choose from the options below:
Facing issues? Have Questions? Post them here! I am happy to answer!
- Sublime Text 3 Convert Case to Upper, Lower, Title or Swap
- Change Sublime Text 3 white background color theme
- Replace new line with comma in Sublime Text Editor
- Word count in Sublime Text Editor
- How to add ruler in Sublime Text tab window
- How to Set Permanent ruler in Sublime Text
- How to install Packages in Sublime Text Editor
- Change Line Endings (Encoding Windows/Mac/Unix CR/LF/CRLF) Sublime Text
- Steps to Compare Two files in Sublime Text Side-by-Side
- How to find Sublime Text path of packages installed
- How to display File CR LF Newline Characters in Sublime Text
- How to add Multiple Rulers in Sublime Text
- How to shuffle lines randomly in Sublime Text
- hibernate.cfg.xml Configuration and Mapping xml Example - Java
- View in File Explorer option missing in SharePoint Online Edge browser - SharePoint
- Task is ambiguous in root project gradle-examples. Candidates are: myTask1, myTask2 - Gradle
- How to Set Permanent ruler in Sublime Text - Sublime-Text
- How to Copy to Clipboard using Terminal Command - MacOS
- How to Install Rust Language on Mac (macOS) - MacOS
- How to create a New Project in Visual Studio Code (VS Code) - HowTos
- Program 14: Sum of Even Numbers from 1 to 100 - 1000+ Python Programs - Python-Programs