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
- Host: GitHub
- URL: https://github.com/sublimecodeintel/codeintel
- Owner: SublimeCodeIntel
- License: other
- Created: 2017-05-21T17:35:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-09T07:01:06.000Z (over 4 years ago)
- Last Synced: 2025-04-09T22:13:44.658Z (10 months ago)
- Language: Python
- Homepage: http://www.sublimecodeintel.com
- Size: 18.2 MB
- Stars: 42
- Watchers: 2
- Forks: 9
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
CodeIntel
=========
[](https://travis-ci.org/SublimeCodeIntel/CodeIntel) [](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).
[](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).