Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the shortcut key to comment multiple lines using PyCharm IDE? [closed]

In Corey Schafer's Programming Terms: Mutable vs Immutable, at 3:06, he selected multiple lines and commented them out in PyCharm all in one action.

What is this action? Is it a built-in shortcut in PyCharm that I can use or configure myself?

like image 875
Thirumalai vasan Avatar asked Nov 22 '18 08:11

Thirumalai vasan


1 Answers

This is a setting you can change and define in "Settings".

The default is with Ctrl+/ for Windows, or Cmd+/ for Mac.

like image 89
ShlomiF Avatar answered Sep 22 '22 00:09

ShlomiF