Search

15 April, 2019

PyCharms Handy short cuts

Hi friends. Today we are going to see some extremely useful (and must know) shortcuts for PyCharms .

Moving to last working point:


Ctrl+Shift+Backspace


Looking for function definition:


Ctrl+B

Running a Single Test:


Ctrl_Shift+F10 (While mouse is on that function) .

Same shortcut will run all tests if mouse not pointed on a particular function.

Search/Replace in file:


Ctrl+F/Ctrl+R

Search in Path (whichever path):


Ctrl+Shift+F/Ctrl+Shift+R




No comments:

Post a Comment