Rewrap icon indicating copy to clipboard operation
Rewrap copied to clipboard

Feature request: support javadoc in Ruby comments

Open mikerobe opened this issue 2 years ago • 0 comments

Evidently javadoc-style comments (like @param, etc.) are commonly used in Ruby code. VS Code seems to parse it, in fact (if you hover over a ruby function with javadoc comments, VS Code parses the parameters, etc.)

When these comments are wrapped using the rewrap extension, they're not parsed properly (it just does paragraph wrapping).

See https://github.com/ruby/rdoc

Screen Shot 2022-10-24 at 8 43 19 AM

mikerobe avatar Oct 24 '22 15:10 mikerobe