Closed
Description
Steps to reproduce:
- Open a new sketch, it has a
// put your setup code here, to run once:
line - Put the cursor into that line
- Select "Comment/Uncomment" from the menu
Expected result:
put your setup code here, to run once:
Actual result:
// // put your setup code here, to run once:
Also it would be nice if Comment/Uncomment and Auto Format would work nicely together. Right now, using Comment/Uncomment, then Auto Format, and then Comment/Uncomment again breaks it.