Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Dev Log - Great Dev Debug LogNew to Visual Studio Code? Get it now.
Dev Log - Great Dev Debug Log

Dev Log - Great Dev Debug Log

4develhoper

|
32 installs
| (0) | Free
Generation de console.log pour mieux debugger le code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Dev Log - Great Dev Debug Log 🚀

Version Installs License

Extension VS Code pour générer des logs de débogage optimisés (couleurs, emojis, format clair).

Demo (remplacer par votre gif de démonstration)

✨ Fonctionnalités

  • 4 types de logs :
    • 🌟 Navigateur Jaune (%c CSS)
    • 🚨 Navigateur Rouge (erreurs)
    • 🔸 Terminal Jaune (ANSI)
    • ❌ Terminal Rouge (erreurs ANSI)
  • Raccourcis clavier intuitifs
  • Icônes contextuelles selon le type de log

🛠 Commandes & Raccourcis

Commande Raccourci Format de sortie
Add Browser Log (Yellow) Ctrl+Alt+Y/Cmd+Alt+Y %c[file.js:L42] > var (jaune)
Add Browser Error Log (Red) Ctrl+Shift+Y/Cmd+Shift+Y %c[file.js:L42] > var (rouge)
Add Terminal Log (Yellow) Ctrl+Alt+L/Cmd+Alt+L \x1b[33m[file.js:L42] > var\x1b[0m
Add Terminal Error Log (Red) Alt+E \x1b[31m[file.js:L42] > var\x1b[0m

🚀 Installation

  1. Via Marketplace :
    ext install dev-log
    

VS Code Marketplace GitHub license

Version Installs License

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft