I looked into it but I think it’s not actually a full-featured visual studio. On the box it says:
Visual Studio Mac is a mobile-first, cloud-first IDE. Everything you need for mobile, cloud and Mac development.
So not really C++ desktop oriented.
I’m currently using Visual Studio Code and I use make Debug and make Release to build my projects. (On windows you need to use bash or some other shell).
I started playing with the idea of adding PG support for VSC, but not may people seems to use it.
if you are taking about vs code(Visual Studio Code), here is template project you can copy and paste.
I only checked on OSX and working fine, but theres several limitation due to vs code itself.
btw, I think it might be nice to use “vs code” or other name for “Visual Studio Code”.
(To avoid mixing up information of “Visual Studio Code” and “Visual Studio”)
Just small tips for those might have interest about VS Code + oF. VS Code insider version can include another folder structure, for example /lib/openFrameworks, or /addon which is useful for oF user. Current normal VS Code does not have this feature.