Configuring Visual Studio Code to look like Spyder
Tutorial Alexander Ross Tutorial Alexander Ross

Configuring Visual Studio Code to look like Spyder

In this short post, I will go over the steps I use to make Visual Studio Code (VSCode) act a little more like Spyder. Overall, Spyder is a great IDE for developing Python code. It is basically the MATLAB of the Python world. However, I find that its code suggestions, linting, and other features (like AI 🤮) are lacking. I also find myself using VSCode for other programming tasks, and it is just nice to have one IDE for everything. As a result, I spent some time exploring how to make it act and look a little more like Spyder.

Read More