Is there a pluging for Sublime Text 2 that shows like a list of possible core/fundamental functions attached with lets say array.
So if i type
var a = []; & then a.
it start showing stuff like slice, join, push...
basically like how google chrome does. Google chrome has an awesome auto complete for Css and Javascript. Just start writing in console or css part.