Featured post

Why should I learn Go?

Image
What is unique about GO language? Here are some of the advantages of GO programming language:           Code runs fast           Garbage collection           Simpler objects           Efficient concurrency Code runs faster: Before understanding why GO runs faster, let us know the process of software translation. Basically, we have three broad categories of languages:             Machine level language ·        Machine level language is a low-level language where instructions are directly executed on the CPU. Machine level instructions are small steps which are straight forward and simple (Ex: ADD, SUBTRACT, MULTIPLY ) Assembly language ·        Assembly language is similar to machine level language but a bit more specific for humans to understand. For example, 1000...

Browser-Refresh : A useful plugin for developers

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

Popular posts from this blog

Introduction to Big Data and Hadoop

LocationManager vs GoogleApiClient

Why should I learn Go?