Saturday, 6 August 2022

New Show Hacker News story: latest news

Show HN: A VS Code extension to quickly add log statements in Python code
4 by nvinayvarma189 | 0 comments on Hacker News.
I 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://ift.tt/QgSynIP ) and loved it. I noticed that it doesn't work for Python files. So I tried building one :)

No comments:

Post a Comment