Editors

You can extend most features of the Visual Studio code editor. The editor is based on the Windows Presentation Foundation (WPF) and is written in managed code. Although this design differs from the designs in earlier versions of Visual Studio, it provides most of the same features. To extend the editor, use the Managed Extensibility Framework (MEF).

The Visual Studio SDK provides adapters known as shims to support VSPackages that were written for earlier versions. Nevertheless, if you have an existing VSPackage, we recommend that you update it to the new technology to obtain better performance and reliability.

Title

Description

Extending the Editor

Links to documents that introduce the design and features of the core editor and show how to extend it.

Accessing the Editor By Using Legacy Interfaces

Links to documents that explain how to access the core editor from existing code.

Creating Custom Text Editors and Designers

Links to documents that explain how to create custom editors.

Language Services

Links to documents that describe how to integrate programming languages into Visual Studio.

Managed Extensibility Framework Overview

Introduces the Managed Extensibility Framework (MEF).

Windows Presentation Foundation

Introduces the Windows Presentation Foundation (WPF).