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 trialDilip Agheda
Full Stack JavaScript Techdegree Graduate 28,581 PointsIs VS Code more suitable for react projects or Atom is just as good?
Is VS Code more suitable for react projects or Atom is just as good?
2 Answers
martinjones1
Front End Web Development Techdegree Graduate 44,824 PointsAs a plain text editor, I'm sure it will be just as good and likely down to personal preference.
I made the switch from Atom to VS Code and haven't gone back personally, the main reason was down to the easy customisation including icons, colour themes (using Atom dark theme as made the switch a bit more familiar and I like it), love the built-in terminal.
But the biggest thing for me was how easy it was to search for and install extensions to make it more powerful and tailored for your projects So for React you could try out the React Extension Pack for example.
https://marketplace.visualstudio.com/items?itemName=jawandarajbir.react-vscode-extension-pack
There is so much more available as well on the marketplace, so I would have fun trying them out and see what works for you :)
Dilip Agheda
Full Stack JavaScript Techdegree Graduate 28,581 PointsThank you. I'll give VS code a go!
Brendan Whiting
Front End Web Development Techdegree Graduate 84,738 PointsBrendan Whiting
Front End Web Development Techdegree Graduate 84,738 PointsI wonder how the Microsoft acquisition of Github will affect this going forward, since both text editors are now under the same parent company.