Best Editor and Plugin for Web Development:
As a
developer I am very curious about choosing the best editor for my development
purposes. Today I am going to show you about the best editor – “SUBLIME TEXT”
and also a plugin called “BROWSER-REFRESH” which makes development easy.
Sublime Text
is a sophisticated text editor for code, markup and prose.
You'll love the slick user interface, extraordinary features and amazing
performance.
It also
contains a package manager through which you can install large number of
plugins for your development purposes.
I have
linked the website for you to download sublime text.
Browser-Refresh :
It is
irritating for every web developer to save the file, then go to the browser and
refresh. That is really a tedious work since we write hundreds of lines of
code. Instead browser-refresh helps you to sync your code with the browser so
that the next time you make changes to your code, the actions are automatically
reflected in the browser.
Let us now
see how to install browser-refresh plugin:
1. Download and the Sublime Text Editor
from the link provided.
2. From the menu select “Preferences”
3. Next, select Package Control.
4. From the menu shown, select Package
Control: Install Package
5. In the next menu, type
browser-refresh.
6. Select browser-refresh plugin.
7. After Installing, you will get a new
tab as shown
8. Next copy the text which is highlighted
:
9. Next go to Preferences à Key bindings.
10. Within the [] brackets, paste the
text copied in the previous step.
11. The attribute key specifies when
should the changes take place.(You can change t to your own)
12. Within the browsers key, list all the
browsers you want to use.
13. Save the file.
14. Now go to any project and make some modifications
.The modifications should reflect automatically in the browser.
15. Enjoy!!
If you are
stuck somewhere or need any help let me know in the comments below!!
Also let me know which editor you like the most for development purposes.
Comments
Post a Comment
Thanks for your comments!