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.
Related Topics
Title |
Description |
---|---|
Links to documents that introduce the design and features of the core editor and show how to extend it. |
|
Links to documents that explain how to access the core editor from existing code. |
|
Links to documents that explain how to create custom editors. |
|
Links to documents that describe how to integrate programming languages into Visual Studio. |
|
Introduces the Managed Extensibility Framework (MEF). |
|
Introduces the Windows Presentation Foundation (WPF). |