


Sublime Text is recognized by programmers as a coding magic, with a beautiful user interface and powerful features, such as code thumbnails, multiple selections, shortcut commands, etc. Key bindings, menus and toolbars can also be customized. The main features of Sublime Text include: spell check, bookmarks, instant project switching, multi-selection, multi-window and more.
More importantly, Sublime Text is easy to extend, many developers contribute plug-ins to it, and it can be easily installed and managed through the package management tool??Package Control. The website shared here is a collection of Sublime Text plug-ins compiled by the author of Package Control. Front-end development workers no longer have to go online to find them one by one. Collect it quickly.
Related articles you may be interested in
Those amazing foreign creative 404 error page designs and exquisite web application icon materials that people can’t put down. Like! 10 sets of exquisite free website backend management system templates. The long-awaited 2012 best jQuery plug-in reveals the top 10 popular Metro UI style Bootstrap themes
Package Control installation method
First open the console through the shortcut key ctrl ` or View > Show Console, and then paste the corresponding Python installation code.
Sublime Text 2 installation code:
import urllib2,os; pf='Package Control.sublime-package'; ipp = sublime.installed_packages_path(); os.makedirs( ipp ) if not os.path.exists(ipp) else None; urllib2.install_opener( urllib2.build_opener( urllib2.ProxyHandler( ))); open( os.path.join( ipp, pf), 'wb' ).write( urllib2.urlopen( 'http://sublime.wbond.net/' +pf.replace( ' ','%20' )).read()); print( 'Please restart Sublime Text to finish installation')
Sublime Text 3 installation code:
import urllib.request,os; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); open(os.path.join(ipp, pf), 'wb').write(urllib.request.urlopen( 'http://sublime.wbond.net/' + pf.replace(' ','%20')).read())
Common extensions Recommended
Emmet??The Sublime Text extension officially provided by Emmet; Sublime?Linter??code verification plug-in, supporting 16 languages including HTML, CSS, JS, PHP, Java, C; HTML5??HTML5 bundle for Sublime Text 2; Alignment?? Code alignment plug-in; Bracket? Highlighter?? Bracket highlight matching; Git?? Plug-in that integrates Git functions; jQuery?? Code smart prompt plug-in; LESS?? LESS code highlighting plug-in; Js? Format?? JavaScript code formatting plug-in;Tag?? HTML/XML tag indentation, completion and verification; LiveReload?? allows the page to refresh instantly; Pretty JSON??JSON beautification extension; Can I Use?? Query CSS attribute compatibility Situation; Coffee?Script??Coffee?Script code highlighting, verification and compilation, etc.; Color?Picker??cross-platform color picker plug-in;
Great stuff, go check it out now
Related articles that may be of interest to you
Pace.js ? Automatic page loading progress indication and Ajax navigation effects Use iosOverlay.js to create iOS-style prompts and notifications Parallax.js ? Adaptive smart device orientation Parallax effect plug-in Bootstrap Magic? Create Bootstrap themes easily and share 8 beautiful jQuery loading animation and progress bar plug-ins
Link to this article: Coding artifact??Sublime Text package management tools and extensions
Compiled source: Dream Sky ◆ Pay attention to front-end development technology ◆ Share web design resources

The article discusses the HTML <datalist> element, which enhances forms by providing autocomplete suggestions, improving user experience and reducing errors.Character count: 159

The article discusses the HTML <progress> element, its purpose, styling, and differences from the <meter> element. The main focus is on using <progress> for task completion and <meter> for stati

The article discusses the HTML <meter> element, used for displaying scalar or fractional values within a range, and its common applications in web development. It differentiates <meter> from <progress> and ex

The article discusses the <iframe> tag's purpose in embedding external content into webpages, its common uses, security risks, and alternatives like object tags and APIs.

The article discusses the viewport meta tag, essential for responsive web design on mobile devices. It explains how proper use ensures optimal content scaling and user interaction, while misuse can lead to design and accessibility issues.

The article discusses using HTML5 form validation attributes like required, pattern, min, max, and length limits to validate user input directly in the browser.

Article discusses best practices for ensuring HTML5 cross-browser compatibility, focusing on feature detection, progressive enhancement, and testing methods.

This article explains the HTML5 <time> element for semantic date/time representation. It emphasizes the importance of the datetime attribute for machine readability (ISO 8601 format) alongside human-readable text, boosting accessibilit


Hot AI Tools

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

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

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Atom editor mac version download
The most popular open source editor

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.