codeigniter-code-completion-for-sublimecodeintel

CodeIgniter Code-Completion for SublimeCodeIntel

Stars
6
Committers
1

CodeIgniter Code-Completion for SublimeCodeIntel

The SublimeCodeIntel package is required.

After the installation, reload the SublimeText and open your CI 3 project.

Put the folder .cc inside the application.

Go to some Controller and test writing $this-> and press Ctrl + Shift + Space (to run the command code_intel_auto_complete).

The first time you try the SublimeCodeIntel will index all your project files, then just wait some seconds...

And then, tan dannnnn:

Tip: If you also press the code_intel_auto_complete command inside a function () the SublimeCodeIntel can show the function docs. It works with various code languages.

On CodeIgniter 4 the .cc folder is not necessary. SublimeCodeIntel undertand namespaces and methods return types. :)

References: