Skip to content

Instantly share code, notes, and snippets.

@asadlive84
Last active August 30, 2021 12:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asadlive84/96158b8455e19e13bb1474a99ecc9bd4 to your computer and use it in GitHub Desktop.
Save asadlive84/96158b8455e19e13bb1474a99ecc9bd4 to your computer and use it in GitHub Desktop.

Pycharm jetbrains

code search

ctrl + f

code search global

ctrl + shift + f

code format

Ctrl + alr + L

move line

alt + top arrow/botton arrow

move tab in vs code

alt + left arrow/ right arrow

move open files on vs code

crtl + TAB

replace any name

ctrl + r

Explore folder

ctrl + E

Open terminal

ctrl + J

select text from up to down

ctrl + L

tab indent left to right

ctrl + ]/[

copy line

Ctrl + d

copy line to upper to top

alt + top arrow

copy line to top to upper

alt + bottom arrow

move End of line (by word)

ctrl + right/left arrow button

multiple cursor

ctrl + mouse click

one word select

``alt + j

select match next word

altr + j

select match world in file

ctrl + shift + alt + j

select unmatch world in file

Alt + Shift + J

[https://resources.jetbrains.com/storage/products/intellij-idea/docs/IntelliJIDEA_ReferenceCard.pdf]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment