An open API service indexing awesome lists of open source software.

https://github.com/sublimecodeintel/codeintel

Full-featured code intelligence and smart autocomplete engine
https://github.com/sublimecodeintel/codeintel

Last synced: 10 months ago
JSON representation

Full-featured code intelligence and smart autocomplete engine

Awesome Lists containing this project

README

          

CodeIntel
=========

[![Build Status](https://travis-ci.org/SublimeCodeIntel/CodeIntel.svg)](https://travis-ci.org/SublimeCodeIntel/CodeIntel) [![Build Status](https://ci.appveyor.com/api/projects/status/github/SublimeCodeIntel/CodeIntel?svg=true)](https://ci.appveyor.com/project/Kronuz/CodeIntel)

CodeIntel is a code intelligence engine that was ported from
[Open Komodo Editor](http://www.openkomodo.com) 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).

[![Click here to lend your support to CodeIntel/SublimeCodeIntel and make a donation!](https://www.paypalobjects.com/en_GB/i/btn/btn_donate_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VVX4Q9H3924LE)

Installation
------------

To install `CodeIntel`, do the following:

1. Install [Python](http://python.org) and [pip](http://www.pip-installer.org/en/latest/installing.html) (Python 3 requires pip3).

1. 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
```

License
-------

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).