Inside the Core Editor

The Visual Studio core editor is a set of several components that let you modify and query textual information. If you have customized the core editor by using the legacy API, you may continue to use these customizations, which will be routed through editor adapters. It is recommended, however, that you adapt your customizations to the new editor API. 

The following areas are some important aspects of the core editor:

  • Text buffer

  • Text view

  • Code window

  • Text markers

  • Text manager

  • Integration with language services

In This Section