You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Whenever you want to spread your comment over multiple line, you need to manually add /**/ which can be a bit of a hassle.
Also you might want to join multiple single line comments together
Describe the solution you'd like
The easiest would probably be a new code action that would show up on all single line tokens. Alternatively, we could use on type formatting when using newline in the middle of a comment.
Describe alternatives you've considered
Doing it manually.
Additional context
No response
Search terms
comment multiline single line
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Whenever you want to spread your comment over multiple line, you need to manually add
/**/
which can be a bit of a hassle.Also you might want to join multiple single line comments together
Describe the solution you'd like
The easiest would probably be a new code action that would show up on all single line tokens. Alternatively, we could use on type formatting when using newline in the middle of a comment.
Describe alternatives you've considered
Doing it manually.
Additional context
No response
Search terms
comment multiline single line
The text was updated successfully, but these errors were encountered: