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
If you select the entire JSDoc comment, then run the toggle, it should (I believe this feature is published) convert the JSDoc comment into line comments. I could definitely add a setting to control whether the comment is removed or swapped to line comments!
If you're looking to just place the cursor anywhere in the JSDoc comment block, I'm currently working on that feature. It's fairly tricky to get it all working and not overshoot or undershoot the correct lines. The trickiest part though is getting all the whitespace correct in different scenarios.
Current
Current behavior is wrap the jsdoc with outer level jsdoc.
before:
after run
Toggle JSDoc Comment
:Expect
before:
after run
Toggle JSDoc Comment
:The text was updated successfully, but these errors were encountered: