Hello, how to hide code comments in VS Code?
There are too many comments, making the code look cluttered, but I can't bear to delete them...
Is there any way to hide comments in Python syntax like # or """ """ without deleting them?
When I click this little eye icon, the code text doesn't change at all.

Hello, how to hide code comments in VS Code?
There are too many comments, making the code look cluttered, but I can't bear to delete them...
Is there any way to hide comments in Python syntax like
#or""" """without deleting them?When I click this little eye icon, the code text doesn't change at all.