# 🧠 Raccourcis Clavier Utiles — VS Code & Cursor ## 🔎 Navigation | Action | Windows / Linux | macOS | |--------------------------------------|------------------------|--------------------| | Aller Ă  un fichier | `Ctrl + P` | `Cmd + P` | | Aller Ă  une dĂ©finition | `F12` | `F12` | | Aller Ă  une ligne | `Ctrl + G` | `Cmd + G` | | Palette de commandes | `Ctrl + Shift + P` | `Cmd + Shift + P` | | Rechercher dans projet | `Ctrl + Shift + F` | `Cmd + Shift + F` | | Bascule entre Ă©diteurs | `Ctrl + Tab` | `Cmd + Tab` | | Ouvrir l’explorateur latĂ©ral | `Ctrl + B` | `Cmd + B` | ## đŸ§‘â€đŸ’» Édition de Code | Action | Windows / Linux | macOS | |--------------------------------------|------------------------|--------------------| | Formater le document | `Shift + Alt + F` | `Shift + Option + F`| | Commenter / DĂ©commenter | `Ctrl + /` | `Cmd + /` | | SĂ©lection suivante | `Ctrl + D` | `Cmd + D` | | Copier une ligne vers le bas | `Shift + Alt + ↓` | `Option + Shift + ↓`| | Supprimer une ligne | `Ctrl + Shift + K` | `Cmd + Shift + K` | | DĂ©placer une ligne ↑ ↓ | `Alt + ↑ / ↓` | `Option + ↑ / ↓` | | Curseur multiple | `Alt + Click` | `Option + Click` | ## 📁 Fichiers & FenĂȘtres | Action | Windows / Linux | macOS | |--------------------------------------|------------------------|--------------------| | Nouveau fichier | `Ctrl + N` | `Cmd + N` | | Enregistrer | `Ctrl + S` | `Cmd + S` | | Fermer l’onglet | `Ctrl + W` | `Cmd + W` | | Rechercher dans le fichier | `Ctrl + F` | `Cmd + F` | | Remplacer dans le fichier | `Ctrl + H` | `Cmd + H` | ## 🧠 Cursor / IA | Action | Windows / Linux | macOS | |--------------------------------------|------------------------|--------------------| | Ouvrir l’assistant (Continue) | `Ctrl + L` | `Cmd + L` | | GĂ©nĂ©rer / complĂ©ter automatiquement | `Tab` | `Tab` | | Ask Cursor (ou Continue) | `Ctrl + Shift + L` | `Cmd + Shift + L` | ## 🛠 Terminal | Action | Windows / Linux | macOS | |--------------------------------------|------------------------|--------------------| | Ouvrir le terminal intĂ©grĂ© | `` Ctrl + ` `` | `` Cmd + ` `` | | Nouveau terminal | `Ctrl + Shift + `` | `Cmd + Shift + `` | ## 💡 Refactoring | Action | Windows / Linux | macOS | |--------------------------------------|------------------------|--------------------| | Renommer une variable | `F2` | `F2` | | Actions rapides (Quick Fix) | `Ctrl + .` | `Cmd + .` | | Rechercher un symbole | `Ctrl + T` | `Cmd + T` |