Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
April 22, 2021 04:07 am GMT

Time Saving - Sublime Text 3 Plugins That Every Developer Must Use

Sublime Text 3 is one of the most popular free IDE for your code, its easy to use and configure.
Sublime Text is a shareware cross-platform source code editor with a Python application programming interface (API). It natively supports many programming languages and markup languages, and functions can be added by users with plugins, typically community-built and maintained under free-software licenses.

Today we are going to see some useful extension of sublime.

1. Package Control

When you just installed Sublime Text 3 you should immediately install Package Control Plugin. It is the most basic plugin that will allow you to easily and without any problems install, delete, redact other plugins. As I said earlier, after installing this plugin you dont have to do this anymore.

Use command ctrl+shift+p (for Windows or Linux) or cmd+shift+p (For Mac)
Type Install Package Control and press enter
sublime text 3 plugins,sublime text 3 plugin tutorial,sublime text 3 vue js plugin,sublime text 3 todo plugin,sublime text 3 plugins for php developme

2. Emmet

This plugin is second in popularity and one of the most useful too. Emmet helps you to write a lot less, It lets you use abbreviations that automatically deflate into fully functional code

Everything that you will need is to use Package Control as we said earlier. Write Install Package Control again and then write Emmet and press enter

sublime text 3 plugins,sublime text 3 plugin tutorial,sublime text 3 vue js plugin,sublime text 3 todo plugin,sublime text 3 plugins for php developme

3. Alignment

Alignment is a useful tool for aligning multiple sections or multi-line sections, which means is you can align multiple selections, or lines, via delimiter such as =. Simply type ctrl + alt + a on Windows, or cmd + ctrl + a on a Mac. And again use Install Package Control command to install it.

Read More :: https://cmsinstallation.blogspot.com/2021/04/sublime-text-3-plugins-that-every.html


Original Link: https://dev.to/gnral_opll/sublime-text-3-plugins-that-every-developer-must-use-a2e

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To