-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
Allow commenting out/uncommenting multiple cells all at once #142437
Comments
@frank-yifei-wang Thanks for the suggestion. I know that we have another suggestion or two about selections and editor operations spanning multiple cells, so we might be able to consider this at the same time. |
What's the status of this please? I just switched from Jupyter Notebook to VSC, I have many commented cells on a older notebook ands it is very time consuming having to uncomment each line manually without this feature: "Press Ctrl + / again to uncomment (remove # in the beginning of each line in selected code cells. If no # then do nothing to that line)" |
This would be a great feature. Struggling because of the lack of it right now. |
Pain point
In Jupyter notebook experience the users often need to turn different cells on or off (e.g. import, read/write files, different versions of the same function in debugging, etc). Currently you can manually skip cells or commenting out/uncommenting lines in a cell on a cell by cell basis, but it becomes inefficient when you need to do this for multiple cells. Alternatively you can temporarily change those cells to Markdown, but this is a messy workaround (especially when a code cell begins with #).
Desired experience
Thank you for considering this feature request.
The text was updated successfully, but these errors were encountered: