How do I implement intellisense support for a custom DLR language in VS2008?
问题 I have just started writing my first language for the .NET DLR. I would like to know if it is possible to extend Visual Studio 2008 IntelliSense to handle the syntax of a custom DLR language? EDIT: I have decided to bypass VS2008 and target VS2010 instead. See accepted answer for more information. 回答1: Visual Studio's primary extensibility method for supporting new languages is through Language Services in a VSPackage. Visual Studio 2010 has radically improved the ability to support a new