ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Codeigniter Codeintel Helper

by autokludge ST2

A codeigniter code intel helper for Sublime Text 2

Details

  • 2012.12.16.03.20.11
  • github.​com
  • github.​com
  • 12 years ago
  • 1 hour ago
  • 12 years ago

Installs

  • Total 19K
  • Win 12K
  • Mac 4K
  • Linux 3K
Jan 23 Jan 22 Jan 21 Jan 20 Jan 19 Jan 18 Jan 17 Jan 16 Jan 15 Jan 14 Jan 13 Jan 12 Jan 11 Jan 10 Jan 9 Jan 8 Jan 7 Jan 6 Jan 5 Jan 4 Jan 3 Jan 2 Jan 1 Dec 31 Dec 30 Dec 29 Dec 28 Dec 27 Dec 26 Dec 25 Dec 24 Dec 23 Dec 22 Dec 21 Dec 20 Dec 19 Dec 18 Dec 17 Dec 16 Dec 15 Dec 14 Dec 13 Dec 12 Dec 11 Dec 10
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

This is a Sublime Text package which generates and updates an ide helper for using SublimeCodeIntel with the Codeigniter framework.

Installation

With Package Control

If you have Package Control installed, you can install Codeigniter Codeintel Helper from inside Sublime Text itself. Open the Command Palette and select “Package Control: Install Package”, then search for Codeigniter Codeintel Helper.

Without Package Control

If you haven't got Package Control installed you will need to make a clone of this repository into your packages folder, like so:

git clone https://github.com/speilberg0/ci-codeintel-helper.git "Codeigniter Codeintel Helper"

If you find error or wathever just fork it and send me a pull request.

Usage

While working on a Codeigniter project, invoke the command palette and run

CI Codeintel Helper: Create IDE helper

this should create a ci_ide_helper.php file in the base of your CI project to help SublimeCodeIntel offer completion.

Options

  • strip_model [true | false (default)] - add user models to helper with _model taken off the @property variable name