History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-22405
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Eugene Pasynkov
Reporter: Erwin Derksen
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
ReSharper

Documenting using the /** and */ is not supported

Created: 06 Aug 06 14:43   Updated: 05 Aug 07 21:46
Component/s: Language - C#, Comment/Uncomment
Fix Version/s: Future Versions
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 233
Old URL: http://www.intellij.net/tracker/resharper/viewSCR?publicId=22405


 Description  « Hide
I was documenting some code and wanted to paste a large block of text from another source. So I decided to:
  • use the /** and */ tags
  • not let my lines start with * or some other marker
  • not indent my comment

Result:

  • On every return, R# inserts " * " at the beginning of the next line.
  • R# does not support ctrl + space on documentation tags. When I type for e.g. "<li" I expect R# to propose '<list type=""></list>'.

Whether you rate this as a bug or a feature is up to you. I would say: if you do support XML documentation, support it in all allowed ways. Thus with /// and with /**. Anyway, as fas as I'm concerned you do not have to give this a high priority (though the insertion of * is quite annoying)



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.