You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
Wow, that's a very old doc comment. I'll update it.
All you need is
[Export(typeof(ITextViewModelProvider))]
and also [ContentType] attribute for your content type
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
Where is this Export attribute that has a NameSource property?
The text was updated successfully, but these errors were encountered: