idebridge


C# completion for emacs

IdeBridge

IdeBridge help bringing functionalities from one IDE to another.

Currently it 'bridge' functionalities from SharpDevelop IDE into emacs IDE.

So with IdeBridge you have the following functionalities in emacs: * building of .NET solutions. * intellisense completion (see ScreenShots) for C# language. * go to definition for C# language.

IdeBridge is written in C# and emacs lisp, and so may be ported in mono for a linux use. For the linux platform it will may be necessary to replace the SharpDevelop backend by a monodevelop backend.

there is little emacs-lisp code, IdeBridge can be ported to vi with a small amount of efforts.

For now IdeBridge is only tested on Win32 platform with emacs 23.1 .

Click Installation for documentation.

Click LinuxTips for tips on how to get things work on linux.

Credits and source of inspirations:

Project Information

  • License: GNU GPL v3
  • 12 stars
  • svn-based source control

Labels:
emacs CSharp autocompletion .NET