CodeIntel is a code intelligence engine that was ported from Open Komodo Editor to a stand-alone Python package.
CodeIntel supports all the languages Komodo Editor supports for Code Intelligence (CIX, CodeIntel2) and a few others:
ActionScript, Django, Docker, EJS, epMojo, HTML, KomodoSnippet, LaravelBlade, Mason, Mustache, MXML, PHP, R, reStructuredText, RHTML, Smarty, TracWiki, TemplateToolkit, Twig, XBL, XML, XSLT, XUL, Python, Python3, Ruby, Perl, Go, ECMAScript, JavaScript, Node.js, CSS, SCSS, Sass, Less, HTML5, Tcl, C/C++, Objective-C.
The package should work in all three platforms (MacOS X, Windows and Linux).
To install CodeIntel
, do the following:
Install CodeIntel
by typing the following in a terminal:
# For Python 2
[sudo] pip install --upgrade --pre CodeIntel
# For Python 3
[sudo] pip3 install --upgrade --pre CodeIntel
The package is based in code from the Open Komodo Editor and has a MPL license.
Ported from Open Komodo by German M. Bravo (Kronuz).