I am using Netbeans IDE for Php development. It gives me code completion for Kohana framework. Is there any way to have code completion for CodeIgniter in Netbeans?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Instructions:
Create a new directory inside nbproject (I used this since it’s omitted when pushing to prod) with your name of choice, I used
CI_Autocomplete.Create a new file with your name of choice, I used
CI_Autocomplete_2.0.php, and place it inside the newly created folder,nbproject\CI_Autocomplete.Paste the below code inside the new file,
CI_Autocomplete_2.0.php.Now go to (this is for OSX so not sure if it’s the same for Windows)
File > Project Properties (projectname) > PHP Include Pathand include the new folder you created above,nbproject\CI_Autocomplete.Restart your project and autocomplete will work.