vote up 1 vote down star

I'm using a weak computer that's chokes when I open too many programs (Out of my control).

So I want to have a lighter way to open Visual Studio solution files and csproj files.

I sometimes like to keep projects open for

  • code reference
  • easy access to files I care about.
  • edit my custom msbuild tasks (don't compile thru the IDE)

Just want to eliminate the bloat of running a full blown IDE unnecessarily.

Know any apps or plugins for editors I can use?

Thanks

flag

49% accept rate

3 Answers

vote up 2 vote down

Have you thought about SharpDevelop?

It's just like Visual Studio except it's open source and written in .NET.

link|flag
vote up 0 vote down

Emacs, VIM, VS Express?

Or MonoDevelop ?.

link|flag
Hang on. Mono isn't just and IDE. It's a whole different .NET compiler. – Lucas McCoy Jul 28 at 2:59
Mono develop on windows requires .NET FX 3.5 and doesn't depend on Mono. – pb Jul 28 at 3:21
vote up 1 vote down

Have you tried Notepad++ ?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.