Sunday 1 February 2015

Sublime Autocomplete

Now a days, Sublime is the most for IDE which you use for writing code in Html5,JS etc. Now to feel the taste of an IDE without autocomplete features which could help you in writing code, would be meaningless. Today I'll share my experience where you can integrate Jquery, AngularJS, NodeJS, Html5,Bootstrap etc autocomplete feature to your favorite Sublime Editor.

Plugin :-

Obvious reason is that, you must need some external plugin and to avail that we have to bring Package Control to our Sublime, which is non other than marketplace from where we install our favorite plugin.

============================
Prerequisite -
=============================

 You should have installed Sublime Text3 to your system.

==============================
Steps to install " Package Control " -
===================================

1.  Download for Sublime Text Package Control


2. Now open Sublime Text, go to Preferences -> Browse Packages. Move on directory up   
       where you can see "Installed Packages" folder.

3.  Copy the file you downloaded from step 1, named "Package Control.sublime-package"   
      inside "Installed Packages" folder. Now restart you Sublime Text editor.

4.  After restart, go to Tools -> Command Palette ( or ctrl+shift+p). A search prompt will 
      come up, there you type "Installed Package" where you should see something like below
      image below.






 5.  Once you click on it, it will load one more search box. There you can install for  
        bootstrap  by typing "Bootstrap" or "AngularJS" for angular and install the package.  
        Restart your Sublime and start exploring :-)









Happy Coding :-)