CodeIgniter IDE
CodeIgniter is a powerful PHP framework with a very small footprint, built for PHP coders who need a simple and elegant toolkit to create full-featured web applications.
CodeIgniter Plug-in is a part of CodeLobster IDE - Professional version
The CodeIgniter plug-in turns a CodeIgniter editor into a full-fledged CodeIgniter IDE!
CodeIgniter IDE has the following abilities to work with CodeIgniter framework:
- Ability to install CodeIgniter framework
- CodeIgniter autocomplete
- Tooltips for CodeIgniter functions
- Context and Dynamic help
1. Ability to install CodeIgniter framework
CodeIgniter plug-in gives the ability to download the latest framework version from the original site and install it to the necessary folder using wizard.
2. CodeIgniter autocomplete
CodeIgniter autocomplete feature enables you to write code faster. Pop-up completion list includes classes (libraries) of CodeIgniter framework
and functions of objects.
Completion list is called automatically in necessary area of CodeIgniter code.
and functions of objects.
3. Tooltips for CodeIgniter functions
Tooltips feature helps you to write code correctly. It includes descriptions for CodeIgniter functions.
Tooltips are shown automatically in necessary area of CodeIgniter code.
4. Context and Dynamic Help
You can quickly obtain necessary information about CodeIgniter syntax using these features.
To get help topics using Context Help:
CodeIgniter plug-in searches for proper help information on https://www.codeigniter.com/ site directly.
- Place the pointer on element you want to review help topic for and press F1 button
CodeIgniter plug-in searches for proper help information on https://www.codeigniter.com/ site directly.
The Dynamic Help window displays links to help topics for an element the pointer is placed on.
CodeIgniter plug-in conducts search to https://www.codeigniter.com/ site.