I googled this and I found some old stuff, where can I find the keyword shortcuts for netbeans, when I’m doing php development?
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.
If I understand you correctly, you are looking for the Code Template Abbreviations that allow you to do things like, for instance, type
doand then press theTABbutton and get:You can find all of these abbreviations under
Tools > Options > Editor[TAB] > Code Templates[TAB]. Then to see the abbreviations for PHP you can select PHP using theLanguagecombo box.You can also add your own code templates here. See the following for the syntax for adding your own PHP code template.
http://netbeans.org/kb/docs/php/code-templates.html#syntax