Skip to content

Instantly share code, notes, and snippets.

@jlandure
Created August 16, 2012 07:50
Show Gist options
  • Save jlandure/3368187 to your computer and use it in GitHub Desktop.
Save jlandure/3368187 to your computer and use it in GitHub Desktop.
Shortcuts
#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