Welcome,
finally a programming related blog-post. Been waiting for it so long, to write something about my hobby.
Today I want especially talk about Developing VSCode Extensions. To be honest. It’s a charm.
When you know a little bit of TypeScript give it a try, it is really a lot of fun. Also the publishing is very simple and well documented. All in all the VScode extension API is very well documented. You can create a extension for whatever that can be automated or for everything, that you dont want to do, because you are to lazy.
And also me. I have just released one extension. It’s just a C++ Class Creation Tool. I created it because I love to work with C++ and there is no possiblity to auto create a C++ Class with a header and a class. So I wrote my own extension and published it to the marketplace.
When you want more information, take a look here for the extension:
https://marketplace.visualstudio.com/items?itemName=FleeXo.cpp-class-creator
I really hope you enjoyed my first programming related post.
Have a great day.
Greetings Maxim.