Writing custom VSCode plugin

I enjoy writing code snippets that eventually works out as a utility to a developer. The DevTools! Developer tools are small independent code pieces those can be executed on-demand and should not have any side effects. Recently I have been using Django Admin intensively to add more and more options in list view, detail view to help debugging and developing better. But about that in some other blog. Here, I am going to talk about a VSCode plugin that I published. ...

May 20, 2022 · Pranav Gore