Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

Desmond Dallas
Desmond Dallas
6,985 Points

visual studio community

Hi, Im using Visual Studio Code on my Mac for however, I keep hearing of Visual Studio Community. Would like to know if these are the same thing?

1 Answer

Matthew Cushing
Matthew Cushing
12,048 Points

Visual Studio Community is a full fledged IDE. Visual Studio Code is Microsoft's version of a lightweight programming text editor. Visual Studio Community will give you access to things like a debugger, running your code and generating an executable, as well as just a lot more tools. Visual Studio Code can do have access to tools like this although it will take some work getting it working through extensions and customization. Visual Studio Community is limited in the languages you can write with while VS Code is pretty much limitless as you can most likely find syntax highlighting and other support via an extension from the community if it is not already offered.