[ANN] CommentPlugin 0.2
http://www.intellij.org/twiki/bin/view/Main/CommentPlugin
- Block comments (c, cpp, cs, css, g, html, idl, js, pas).
- Added line comments for pas.
Tested with #701 and #813.
To do:
- Line comments in html, css, c (like in xml).
请先登录再写评论。
Would be nice if there was a way to comment out parts of an XML document :)
Did you try Ctrl-/ or select and then Ctrl-Shift-/ in xml files?
"Comments:
1. To set a one-line comment(s), select in the editor a line or lines to be commented and press Ctrl + /.
2. To set multi-lined comments, select in the editor lines to be commented and press Ctrl + Shift + /."
( http://www.intellij.com/docs/help/j2ee/xml/editingXML.html )