Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Which php editor do you recommend for windows? Re: Which php editor do you recommend for windows?

#67546
daredanger
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.