Reputation: 2104
I have a small problem in that I want to work with CodeIgniter, but I love to work with Dreamweaver and Eclipse because of their powerful code-hinting features. However, I want to integrate CodeIgniter into my project too, and neither of these two IDEs provide code hinting for CodeIgniter. I have tried to use the steps given in this answer Setting up codeigniter in Dreamweaver CS 5.5, but even this is not helpful.
I want to know how to configure any of the IDEs to show code hints for CodeIgniter 2.1 or above.
Upvotes: 1
Views: 2901
Reputation: 1350
Very simple in Dreamwaver to autocomplete any functions in WordPress - CodeIgniter or even your custom library of code steps are as follows:
1- in Dreamwaver open site -> Site Specific Code Hints -> (You can select wordpress-joomla-...) or even any folder like (CI folder) that you mentioned.
2- do not forget to select (scan this folder,recursive)
3- it will ask you for custom name just write any one you like "like mynewCI"
it will create a config file in your selected folder => do not remove it.
That is all.
Now press ctrl+space and enjoy.
Upvotes: 2