
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'

-
Facing issues? Have Questions? Post them here! I am happy to answer!
More Posts related to Sublime-Text,
- 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
More Posts:
- Notepad++ Mark and Copy feature - NotepadPlusPlus
- What is FCM Messages Test Notification! [Microsoft Teams] [Google Hangouts] - Microsoft
- How to ignore files in git using .gitignore file - Git
- Java SE 8 Update 301 available with various bug fixes and security improvements - Java
- How to Upload Video to YouTube from Android - Android
- Java: Convert Char to ASCII - Java
- Java 8 java.util.Function and BiFunction Examples - Java
- How to SFTP to port different than 22 (SFTP Custom port) - FTP