views:

269

answers:

3

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

+1  A: 

Have you tried Notepad++ ?

Anzurio
A: 

Emacs, VIM, VS Express?

Or MonoDevelop ?.

pb
Hang on. Mono isn't just and IDE. It's a whole different .NET compiler.
Lucas McCoy
Mono develop on windows requires .NET FX 3.5 and doesn't depend on Mono.
pb
+2  A: 

Have you thought about SharpDevelop?

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

Lucas McCoy