IDE comment keywords

I can speak of Eclipse, you can customize it. Click on Window -> Preferences, and search for General -> Editors -> Structured Text Editors -> Task tags, or for Java -> Compiler -> Task tags (there might be some additional ones like for JavaScript, PHP, StatET, etc.) TODO, FIXME, XXX I use some additional ones … Read more

Nested comments in XML?

No, the string — is not permitted to appear within comments in XML. So the fact you have — show up inside another comment is going to cause failures. And trying to post that answer also broke the text entry parsing 😉 For further proof, check the W3C specification: http://www.w3.org/TR/2008/REC-xml-20081126/#sec-comments The phrase For compatibility, the … Read more