Home › Forums › Back End › Which php editor do you recommend for windows? › Re: Which php editor do you recommend for windows?
December 28, 2010 at 8:33 am
#67546
Participant
Based on suggestions received here, I’ve been using notepad++ for writing php, html and css. There is one thing I wanted to ask to anybody who can help –
Hitting the shortcut key Ctrl+Shift+Q in a .php file opened in notepad++ always comments out the selected code in this style.
/* code here */
The above style is applied by the notepad++ even if I hit the shortcut key in html codes which are outside . Is there a way by which I can comment out the html code using a shortcut key in the html style in the .php file.