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

C# C# Basics (Retired) Prepare and Plan Introduction

NOTE PAD Can I work with Note Pad.

I think using Note pad could be better each time I go offline on my Pc.

5 Answers

Ryan Ruscett
Ryan Ruscett
23,309 Points

You could use notpad but what notepad doesn't have is auto completion. It doesn't really matter what editor you use, whether its sublime, vscode, visual studio, intellij, eclipse, phpstorm I mean there are millions. Remember when you code, and you say hit the period "." with code completion you will get a list of things you can put after the . Which is huge, helps you explore your code possibilities. Each editor has it's benefits. I am currently working with vscode. I like vscode because I use a mac, and I can do " . code" and it loads that entire folder into a vscode editor. I can start coding right away. I can also do code commits with git etc. It also has auto completion and it's lightweight and easy. Things like eclipse are awesome for large projects, because it has awesome debugging, but it's also pretty heavy and a ton of configuration possibilities. It comes down to how you want to code and the level of coding you will do and the complexity of the application. Although, notepad is definitely not something I would use. Maybe notepad++ for quick changes in languages i am super confident in programming in. It's up to you.

Or for C#, visual studio which can be installed offline.

Good one :)

Yes! Any text editor can be used for any programming project. However, I recommend using a better text editor like Atom, Treehouse Workspaces, Sublime Text or Brackets.

Randy Eichelberger
Randy Eichelberger
445 Points

There really is no reason to use anything other than VS/VSCode. Intellisense for C# is best with those. If you're learning it's invaluable. Using notepad is doing things the hard way, and you still have to compile the code. VS will tell you errors as you go, notepad will not.

Visual Studio is free

Jacob Shumer
Jacob Shumer
2,982 Points

Technically you can but it will not be as helpful as programs like Visual Studio and other programs like that that you can run the program on.