Git Product home page Git Product logo

c9.ide.language.codeintel's Introduction

c9.ide.language.codeintel

Provides code completion using the codeintel plugin ported from the Open Komodo Editor.

https://pypi.python.org/pypi/CodeIntel

Installation

Cloud9 hosted workspaces

On normal Cloud9 workspaces, all dependencies of this plugin are installed and work out of the box.

Linux

  1. Install pip

    Most Linux distributions these days have pip already installed. If not, the following command should help you install it. Otherwise, there's always Google.

    sudo easy_install pip
    
  2. Make sure pip is up-to-date

    sudo pip install -U pip
    
  3. Install and setup virtualenv

    sudo pip install -U virtualenv
    virtualenv --python=python2 $HOME/.c9/python2
    source $HOME/.c9/python2/bin/activate
    
  4. Install codeintel dependencies

    For Debian/Ubuntu-flavored distributions, type:

    sudo apt-get update
    sudo apt-get install python-dev
    

    For other flavors of Linux, see:

    http://stackoverflow.com/questions/8282231/ubuntu-i-have-python-but-gcc-cant-find-python-h

  5. Download codeintel

    mkdir /tmp/codeintel
    pip download -d /tmp/codeintel codeintel==0.9.3
    
  6. Install codeintel

    Before installation, we patch codeintel to work on Linux.

    cd /tmp/codeintel
    tar xf CodeIntel-0.9.3.tar.gz
    mv CodeIntel-0.9.3/SilverCity CodeIntel-0.9.3/silvercity
    tar czf CodeIntel-0.9.3.tar.gz CodeIntel-0.9.3
    pip install -U --no-index --find-links=/tmp/codeintel codeintel
    
  7. Reload Cloud9.

OSX

  1. Run the following command to install virtualenv.

    sudo pip install virtualenv
    
  2. That's it! Cloud9 should be able to install the stock CodeIntel 0.9.3 based on this config. On OSX it is not necessary to follow the steps above to patch the package before installing it.

  3. Reload Cloud9.

Windows

Unfortunately Windows is not supported at this time.

c9.ide.language.codeintel's People

Contributors

lennartcl avatar deuh avatar keith24 avatar das7pad avatar nightwing avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.