Show HN: A VS Code extension to quickly add log statements in Python code
github.comI use print() a lot to debug small codebases. Log-booster VS Code extension allows you to insert/comment/uncomment/delete print statements within a Python file.
If you happen to use it and like/dislike it, I would love to know.
Inspiration: I discovered Turbo Console Log extension (https://github.com/Chakroun-Anas/turbo-console-log) and loved it. I noticed that it doesn't work for Python files. So I tried building one :)