Created
August 16, 2012 07:50
-
-
Save jlandure/3368187 to your computer and use it in GitHub Desktop.
Shortcuts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#notepad++ | |
indent XML : CRLT + ALT + SHIFT + B | |
#eclipse | |
##code | |
CTRL + espace : completion | |
CTRL + 1 : correcton auto | |
CTRL + SHIFT + O : organize import | |
CTRL + SHIFT + F : formatter le code | |
CTRL + I : indenter | |
CTRL + SHIFT + / (ou C) : commenter/décommenter en block | |
CTRL + D : supprimer une ligne | |
CTRL + haut ou bas : décaler la ligne | |
##recherche | |
CTRL + H : ouvrir un java search | |
CTRL + F : chercher/remplacer | |
CTRL + SHIFT + T : chercher une classe | |
CTRL + SHIFT + R : chercher une ressource | |
CTRL + T : affichage arbo d'héritage | |
CTRL + K : positionne le curseur sur l'occurence suivant ou précédente de la sélection | |
##navigation | |
CTRL + Q : revenir à la position de dernière modification | |
CTRL + SHIFT + L : affiche les raccourcis eclipse |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment