Skip to content

Instantly share code, notes, and snippets.

@pritul2
Created March 12, 2022 12:03
Show Gist options
  • Save pritul2/aee784fa74a6d5b45dedbe0d53f2f5cf to your computer and use it in GitHub Desktop.
Save pritul2/aee784fa74a6d5b45dedbe0d53f2f5cf to your computer and use it in GitHub Desktop.
Alt + Enter --> Error, Suggestions and fixes
ctr + D ---> Duplicate the line
ctr + shift + arrow --> Change poisition of the line
ctr + X [without selecting] --> Delete whole line
ctr + / --> Adding comments
alt + shift + ctr + j ---> Multiple cursors on same occurence
shift + F6 --> refactor or rename variable with all occurence
ctr + alt + v --> convert expression to variable
ctr + alt + m --> convert expression to function
ctr + alt + l --> reformat the code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment