cs0815
cs0815

Reputation: 17418

uncomment code block not working

As described here, I can comment code like so:

Ctrl+/

Unfortunately:

Ctrl+Shift+/

does not work. Any ideas?

Upvotes: 0

Views: 700

Answers (1)

Josh Friedlander
Josh Friedlander

Reputation: 11657

In PyCharm, Ctrl+/ toggles comment/uncomment.

Ctrl+Shift+/ toggles block comment/uncomment.

Upvotes: 1

Related Questions