-
-
Notifications
You must be signed in to change notification settings - Fork 447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncomments real comments #291
Comments
Pardon me if I'm being dense, but I honestly don't see how this is unfortunate at all. It's done exactly what you asked it to and toggled the commented or not commented status of each line. This is a feature I use to my advantage, not one I would envision being a problem. If you have a block of mixed-format content and want to do something specific with it, why not use the comment function instead of the toggle function? |
Personally, I prefer a "real toggle", but your solution of breaking the toggle into two steps (comment and uncomment) is apparently also buggy with the functions I tried. Doing How do you comment using only
-->
...
Error: |
Unfortunately the "toggle comment" shortcut uncomments existing comments.
E.g. toggling
-->
This is an issue for any code with comments!
An ideal solution is un/commenting the way SlickEdit IDE works... recognizing start-line comments...
-->
Here the commenter recognizes slash-slash-space at start of line.
Thanks!
The text was updated successfully, but these errors were encountered: