Title says everything. Is it possible to hook a program between the vs2010 editor and the background compiler?
Edit: I want to extend the c# syntax with new keywords. So I need to "send" the source code first to my own compiler that makes plain c# files out of the files with extended keywords...