Language Service Features (Managed Package Framework)

A managed package framework (MPF) language service can support one or more Visual Studio features, such as syntax highlighting, IntelliSense, and breakpoint validation. Each feature can be implemented independent of the others but all require a parser and a scanner except for syntax highlighting, which requires only a scanner.

In This Section