skip to content

Search

About

Hi, I'm a programmer who uses multiple programming languages, commonly including JS, Rust, Python, Bash, etc. I often face the challenge of frequently switching and debugging between these languages, which can lead to confusion with log printing methods, causing me a lot of headaches. So, I started developing a VSCode extension that's convenient for me to use. I hope it can achieve the following points:

  • Insert the log variables I need to print, no matter which language I'm in.
  • Have handy shortcuts that allow blind operation.
  • Easily remove or comment out after work is done.
  • Have unlimited extensibility (for example, adding support for unsupported languages or using specific methods from libraries to print).

After many versions and a long time, I finally created an extension that meets my requirements, and I've open-sourced and published it. I hope this extension can also help you.