Python Forum
Block comment in Intellij - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Block comment in Intellij (/thread-30961.html)



Block comment in Intellij - kam_uk - Nov-15-2020

Hi All

I am using Intellij with Python 3.8. I'd like to block comment code, but can't figure this out and no amount of googling is helping!

I went to settings in Intellij, which pointed me to CTRL and SHIFT and / which doesn't work.

What am I doing wrong? Basically, I am highlighting the code and then pressing CTRL SHIFT and / together which doesn't do anything.


RE: Block comment in Intellij - Aspire2Inspire - Nov-15-2020

Hello there!

Try CTRL + /


RE: Block comment in Intellij - kam_uk - Nov-15-2020

Perfect! thanks