Search code examples
pycharm

Why "Comment with Block comment" is always disabled in PyCharm 1.5.4?


I have found that the menu Code | "Comment with Block comment" is always disabled.

How to fix it?


Solution

  • Because in Python, there is no such thing as a block comment.

    The """ stuff here """ is for documentation.