-
Notifications
You must be signed in to change notification settings - Fork 1k
New Editor API Guide
Starting from the 8.0 release Visual Studio for Mac introduces a new text editor engine and UI, the same that is used by Visual Studio. The benefits of sharing the editor between Visual Studio and Visual Studio for Mac is that code targeting the Visual Studio editor can run on Visual Studio for Mac with almost no changes required.
See details about the New Editor in the announcement here: https://aka.ms/vs/mac/editor/learn-more
This guide is aimed at Visual Studio for Mac extenders and addin authors, and will collect information and tips on how to take advantage of the New Editor and its API.
https://docs.microsoft.com/en-us/visualstudio/extensibility/inside-the-editor?view=vs-2017
Bulding and Running
Writing Add-ins
MonoDevelop API
MonoDevelop Design and Architecure
- The Project Model
- Error and Exception Handling
- The Command System
- The Service Model
- The Document/View Model
MonoDevelop Coding Guides