I'm trying to create a custom Razor-like language in Visual Studio, which uses a subset of the C# language (@if () and similar). Is it possible to make use of the native C# intellisense for this, or need I implement the entire parser and intellisense provider myself?
Any ideas?
Regards,
Thomas