SyntaxFix
Write A Post
Hire A Developer
Questions
I found the following solution pretty effective if you need to comment a lot of nested HTML + PHP code.
Wrap all the content in this:
<?php if(false){ ?> Here goes your PHP + HTML code <?php } ?>