Using Visual Studio not VsCode

Hello,

I want to use visual Studio and not VSCode.
I know there don´t exist a real extention for it. Does anyone know if it is working. (also debugging).
I don´t want to play around with the Tools, i want to develop.

thanks

I would think it would work, as it’s just the basic CLI interface due to no extension for VS, with some minor settings changes in VS project settings to make it use PlatformIO to build stuff.

You’ll still be able to get the PIO Home features, since that is present in the cli (i.e. integrated library search, board search, project configuration, project inspection, etc), but I don’t think debugging will work - but I could be completely wrong, as there is support for debugging with Sublime Text… which is a glorified text editor, as well as Eclipse.