A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
Hello @Revanth Gundala ,
Yes, absolutely.
If you're using Visual Studio 2022, it has built-in WSL support especially for C++ stuff - you can debug remotely, IntelliSense works fine, and CMake projects can target WSL without much hassle.
But honestly, if you're doing general development work, VS Code is probably what you want. Just grab the WSL extension and you're good to go.
I hope that clarifies things for you. If you have any further questions, please let me know.