DEV Community

Discussion on: Developing C++ with Visual Studio Code

Collapse
 
acharluk profile image
ACharLuk

If you know how to install your compiler it is much faster to develop with VSCode and this extension imo, it has intellisense and automatic project creation!

Collapse
 
larssonted profile image
Ted Larsson

I've managed to install the compiler but when it comes to configuring .json files and such things I'm lost.

Thread Thread
 
acharluk profile image
ACharLuk

If you create the project using Easy C++ you don't need to set up any json file yourself, you press F1, search for Easy C++ create new project and it will set everything up. A couple of buttons will show up at the bottom bar for building and running the project.

Thread Thread
 
larssonted profile image
Ted Larsson

Allright I'll look in to it 😊👍🏻