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 trialali raafat
444 Pointshow can I run my code and compile it on my windows 7
what should i do thank you
5 Answers
Steven Parker
231,236 PointsKeep going, later courses will teach you exactly that.
If you continue in the C# course series, you can look forward to other courses where you will be directed to build projects on your own computer using Visual Studio!
Alexander Davison
65,469 PointsI wouldn't recommend following along on your local machine yet. It requires lots of setting up and installing etc.
I would recommend following along in Workspaces so your tools are exactly the same
I hope this helps. ~Alex
Randy Eichelberger
445 PointsWhen you're learning you should be using Visual Studio as your IDE. There's absolutely no reason to use vim or any other text editor. The intellisense with VS is the best there is for C# and if you're learning is invaluable. No reason to make things harder on yourself just for the sake of it.
fathia
5,555 PointsI've just heard a video explaining "VsVim" plug-in and I enjoyed how fast it is to move between the code. I think I'm gonna give it a try. Thanks Steven for mentioning that.
kklxznjjhy
715 PointsVisual Studio 2017 is your best bet, but install it after you are done learning how to create a console application because as of right now, the instructor is teaching how to make it on the web via the Treehouse workspace.
ali raafat
444 Pointsali raafat
444 Pointscan i use another text editor and compile it
Steven Parker
231,236 PointsSteven Parker
231,236 PointsWhen you get to those courses, sure. But the editor in Visual Studio is quite versatile, and there are plug-ins available to make it do most things you might want. I use the "VsVim" plug-in myself.