I want to use an autocomplete plugin with sublime text for web development. I'm using django framework. I've looked into the following possible options. Not really a question, just for reference, I've added these here.
The listing order represents popularity to a certain extent (based on activity level, commits, contributors, favorties, forks, issues (open/closed) [Feb-2014]
SublimeCodeIntel : Code intelligence plugin ported from Open Komodo Editor to Sublime Text.
Features :
- Jump to Symbol Definition - Jump to the file and line of the definition of a symbol
- Imports autocomplete - Shows autocomplete with the available modules/symbols in real time
- Function Call tooltips - Displays information in the status bar about the working function
- Supports : JavaScript, Mason, XBL, XUL, RHTML, SCSS, Python, HTML, Ruby, Python3, XML, Sass, XSLT, Django, HTML5, Perl, CSS, Twig, Less, Smarty, Node.js, Tcl, TemplateToolkit, PHP.
SublimeJEDI : SublimeJEDI is a Sublime Text 2 and Sublime Text 3 plugin to the awesome autocomplete library Jedi
Features:
- Autocomplete on DOT
- Function args fill up on completion
- Jedi Goto / Go Definition
- Jedi Find Related Names ("Find Usages")
Djaneiro : Django support for Sublime Text 2/3
Features
- Snippets for Django templates
- Snippets for Django model fields
- Snippets for Django form fields
- Completions
SublimeRope : No recent activity. Last commit Dec 21, 2013.
ST2 only, use SublimePythonIDE with ST3: Adds Python completions and some IDE-like functions to Sublime Text 2, through the use of the Rope libraryFeatures :
- See details here : http://rope.sourceforge.net/