Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

sublime text 2 plugin for inline autocomplete for javascript core functions [duplicate]

Tags:

sublimetext

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.

like image 390
Muhammad Umer Avatar asked Jun 24 '13 18:06

Muhammad Umer


1 Answers

There is a great plugin called SublimeCodeIntel. It does exactly what you want.

You can install it via PackageControl and it does provide code completion not only for JavaScript but also for many other languages: PHP, Python, RHTML, JavaScript, Smarty, Mason, Node.js, XBL, Tcl, HTML, HTML5, TemplateToolkit, XUL, Django, Perl, Ruby, Python3

like image 168
apparat Avatar answered Sep 28 '22 07:09

apparat