Wednesday 20 July 2016

Bootstrap Code Hinting in Bracket Editor

 

Bootstrap Code Hinting in Bracket Editor

 
Search "growlscript" in Extension Manager. Install  "Brackets CSS Class Code hint" extension. 




Place the bootstrap.css in the CSS folder of your project.


Now Refresh with pressing Fn Key "F5" or using menu "Debug -- Reload with Extensions"



  Add <link rel="stylesheet" href="../html/css/bootstrap.min.css"> in your HTML file.
Now you can use the relevant classes of bootstrap.

Enjoy