Awesome VS code extensions for python and in general !!


 

VS code extensions


Hey , In this blog let's discuss about VS code extensions for python and in general , that enhances your coding experience and boosts your productivity !!

First one being is the , Code Runner !!



Code Runner , simply allows you to run the code directly into your terminal (of course you could without this !!) , with a quick play button at the top right corner , you can quickly run your python program in the terminal ,  and also give inputs via keyboard !!

Coming up next is  AREPL , this one is the best and awesome extension for  python , you will see why , in a second!



AREPL allows you to run your python snippets in real time , so you always don't want to run your python code each time , any changes you make , it will automatically display the output in AREPL window !! It also dynamically , displays the errors that you make !! Isn't this cool !!


Rolling out the next one , Python Extended !!



Python Extended has a very rich collection of python snippets , which will make your life easier , while programming !! As you can see a dialogue message pop-ups with all the possible definitions and syntaxes !! If you hit tab in the square icons , then it will type out the syntax for you !! And you can quickly cycle through the syntax by pressing tab !!


Next one is a general extension that enhances your code snippets , it is Bracket Pair Colorizer !!



This extension does exactly as it says , of course python hates brackets !! but it still has parenthesis , which will also , be colorized !!

Last one is also a general extension called , Prettier , yes it makes your code more prettier !!


This extension , automatically formats your code !! It is very much helpful for webdevs in general !!

So that's it guys have a nice day and if you think we have missed any of the other popular extensions , let us know  !!


Comments

Popular Posts

Translate