Skip to content

natanfelles/codeigniter-code-completion-for-sublimecodeintel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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:

CodeIgniter Code-Completion for SublimeCodeIntel

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

CodeIgniter Code-Completion for SublimeCodeIntel

References:

About

CodeIgniter Code-Completion for SublimeCodeIntel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages