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

5 comments:

  1. Where to find bootstrap.css ?

    ReplyDelete
  2. NIce! PS do one of you guys have a solution for the freeze on startup when we use growlscript. I notice on OSX it takes perhaps 30-60 seconds before Brackets becomes responsive. When i disable the growlscript its responsive instantly

    ReplyDelete