I want to host Visual Studio Core Editor as a standalone editor inside my C# WPF app. At present I am using AvalonEdit in the project. I want some more features and more sophisticated editor. Is it possible to create an instance of Visual Studio Core Editor and host inside WPF app ?
I found some related posts here, here, here, here. But they are too old and Microsoft has already published vs-editor-api. Is it possible to use this API to create an Editor inside our app ?