Development Tools
sublime
What are the commonly used plug-ins for Sublime Text3? And sublime plug-in installationWhat are the commonly used plug-ins for Sublime Text3? And sublime plug-in installation
Sublime Text3 I believe many front-end enthusiasts are familiar with it. Sublime Text3 is a relatively easy-to-use front-end editor. , then, what plug-ins should we install after downloading, and what are the commonly used plug-ins. The following Sublime tutorial column will introduce the commonly used plug-ins and installation in detail.
Sublime Text3 download address: //m.sbmmt.com/xiazai/gongju/93
1: Ten commonly used small plug-ins for Sublime Text3
1. Automatic path completion, convenient and easy to use: AutoFileName
2. Code automatic completion and prompt plug-in: SublimeCodeIntel
3.css formatting: CSS Format
4. Software Chinese version plug-in: ChineseLocalization
5. Modify and delete in the specified code: GitGutter
6. Generate comments on the code: DocBlockr
7.HTML5 Tag expansion: HTML5
8. Display the color code of your choice: ColorHighlighter
9. Quickly create files: AdvancedNewFile
10. Enhanced toolbar: SideBarEnhancements
2: Sublime plug-in installation method
When many people install plug-ins, they will choose package control. Package control is relatively simple, but sometimes package control cannot be used. At this time we will It can only be installed manually. Many plug-ins are currently on github. We can use the git clone URL to download and install them.
At this time, you only need to cp the folder to /C:\Users\*user_name*\AppData\Roaming\Sublime Text 3\Packages, restart sublime and it will be ok. The software will automatically load the plug-in.
Of course, we can directly put the cd under the Package\ folder, and then git clone, which saves the cp and makes it easy to update.
The above is what are the commonly used plug-ins for Sublime Text3? As well as detailed explanations of sublime plug-in installation, please pay attention to SublimeText Tutorial for more knowledge.
The above is the detailed content of What are the commonly used plug-ins for Sublime Text3? And sublime plug-in installation. For more information, please follow other related articles on the PHP Chinese website!
How to open the console in Sublime TextJul 24, 2025 am 03:02 AMTo open the console of SublimeText, first press Ctrl ` (backtick key), or select Tools → Developer → ShowConsole through the menu; this console is a built-in Python environment, used to run debugging commands, develop plug-ins, and interact with Sublime API. You can execute commands such as sublime.message_dialog("Hello!") to view the current file path or modify settings. Pay attention to Python syntax and case when entering. Incorrect operations may affect the editor's behavior. You can press Esc to close it, which is suitable for advanced users and plug-in developers.
How do I view the Git status of a file in Sublime Text?Jul 24, 2025 am 02:47 AMTocheckGitstatusinSublimeText,installapluginlikeGitSavvyorSublimeGit.1.InstallGitSavvyviaPackageControlusingtheCommandPalette.2.Right-clickonafiletoaccessGitstatusoptionsandviewmodifications.3.UsetheCommandPalettefordetailedproject-widestatusupdates.
Sublime Text regex find and replaceJul 24, 2025 am 02:08 AMUse Ctrl H (Windows/Linux) or Cmd Option F (Mac) to open the replacement panel and select the .∗ button to enable regular mode; 2. Delete empty lines to replace ^\s$\r?\n to replace null, compatible with Windows and Unix line breaks; 3. Add content such as // at the beginning of each line, find ^(.$) and replace //$1, add semicolon at the end of the line to replace $1$; 4. Delete content in double quotes and retain quotes with "([^"])" and replace """ with "", delete the entire quotes and content with "[^"]" and replace null. Extract the quotation content by searching &
How do I configure Sublime Text to automatically save files?Jul 24, 2025 am 01:17 AMSublimeText does not have an automatic save function by default, but it can be implemented through settings. Enable method: 1. Open Preferences>Settings; 2. Add "save_on_focus_lost":true in user settings; 3. Save the settings file. If you need to save more frequently, you can use plug-ins such as AutoSave and install the configuration through PackageControl. Note: Unnamed files are not automatically saved, version control may be affected and should not rely entirely on this feature. In short, turning on save_on_focus_lost is the easiest and most effective way, while plug-ins provide more granular control.
How do I reset Sublime Text to its default settings?Jul 23, 2025 am 03:43 AMToresetSublimeTexttoitsdefaultsettings,youmustmanuallyremoveorreplacetheDatafolderwheresettings,packages,andcachearestored,whichwillerasecustomizationsandrestoreoriginaldefaults.Thestepsareasfollows:1.LocatetheDatafolder(Windows:C:\Users\YourUsername
How do I use Sublime Text with remote development tools (e.g., SSH)?Jul 23, 2025 am 02:48 AMSublimeTextcanbeusedforremotedevelopmentbyusingpluginsorfilesystemmounting.1.InstalltheSFTPpluginviaPackageControltoconnecttoaremoteserverandsyncfilesautomatically.2.Createaconfigurationfilewithconnectiondetailssuchashost,username,andremotepath.3.Edi
How to create a snippet in Sublime TextJul 23, 2025 am 02:41 AMOpen Tools→Developer→NewSnippet...Edit XML template; 2. Set content (including tabstops such as ${1:xxx}), tabTrigger (trigger word), scope (scope of action such as text.html) and description; 3. Save as Packages/User/xxx.sublime-snippet, and then enter the trigger word Tab in the corresponding file to insert snippet.
How to fold and unfold code in Sublime TextJul 23, 2025 am 02:23 AMFoldablockwithCtrl Shift [(Win/Linux)orCmd Option [(macOS),2.UnfoldwithCtrl Shift ]orCmd Option ],3.UseCtrl K,Ctrl 1tofoldallandCtrl K,Ctrl Jtounfoldall,4.FoldbyindentationlevelviaCtrl K,Ctrl [followedbyanumber—theseshortcutsmakemanaginglargefileseff


Hot AI Tools

Undress AI Tool
Undress images for free

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.






