Implementing a Language Service By Using the Managed Package Framework
You can use classes in the managed package framework (MPF) to implement a language service that supports a wide variety of features, such as syntax highlighting, brace matching, and IntelliSense completion.
In This Section
Language Service Overview (Managed Package Framework)
An overview of the language service features that are supported in MPF.Implementing a Language Service (Managed Package Framework)
Describes what is required to implement a language service by using MPF.Registering a Language Service (Managed Package Framework)
Describes the steps that are required to register an MPF-based language service with Visual Studio.Language Service Parser and Scanner (Managed Package Framework)
Describes the two parsers that are required to implement all the features of a language service by using the MPF.Walkthrough: Creating a Language Service (Managed Package Framework)
Provides the basic steps that are required to implement an MPF language service in a VSPackage.Walkthrough: Getting a List of Installed Code Snippets (Managed Package Framework)
Demonstrates the techniques of retrieving a list of installed code snippets.Language Service Features (Managed Package Framework)
Provides links to topics that detail what must be done to implement all the features of a language service by using MPF.