vs-editor-api icon indicating copy to clipboard operation
vs-editor-api copied to clipboard

Microsoft Visual Studio Editor API definitions

Results 18 vs-editor-api issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 9.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

alot of times when I am trying to push to GitHub though vs, my changes are not recognized upon saving. and once I save changes, all changes that are still...

Hey Guys, I don't know whether I am here on the right place, but I will try this. The Editor component of VS has some accessibility problems, because some infos...

It is not documented how an extension developer can create their own implementation of ITextViewModelProvider and how such implementation can be used by Visual Studio. Please add more details about...

In the following file: https://github.com/microsoft/vs-editor-api/blob/master/src/Editor/Text/Def/TextUI/Editor/ITextViewModelProvider.cs It is written that we need to use the Export attribute like this: ``` [Export(NameSource=typeof(ITextViewModelProvider))] ``` Where is this Export attribute that has a NameSource...

Is there any chance you can port this to support Linux as well please. Since this has been introduced into the monodevelop repository we've been unable to build any 8.*...

Is it possible to use the Visual Studio Editor for mac in a Xamarin for mac application? We're currently doing our own syntax highlight and a few other stuff on...

Attached is a sample solution (including the ActivityLog.xml detailing the crash) which has been created by following to the letter the instructions in: https://github.com/MicrosoftDocs/visualstudio-docs/blob/master/docs/extensibility/walkthrough-displaying-light-bulb-suggestions.md When using the obsolete constructor (line...

bug

Hi I'm using the new IAsync* QuickInfo API. Thanks for the help in [here](https://github.com/Microsoft/vs-editor-api/issues/10). I'm not sure where to ask for help on this issue: my tooltip windows are redrawn...

I see from the readme that the wpf text editor control itself isn't open source (yet?). But is it possible to instantiate the control in a wpf app outside visual...