VisualStudio.Extensibility port #11
Pinned
Tech5G5G
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, MVS is made with the VSSDK. Not-so-recently, Visual Studio received a new SDK for making extensions: VisualStudio.Extensibility. I do want to eventually port MVS to VisualStudio.Extensibility, but there still some things to be finalized in the SDK itself:
Settings
Settings are currently in preview and do not support the new options interface in Visual Studio. Instead, they are only accessible through a JSON file.
Autoload
Autoloading MVS at startup is another thing that might not yet be possible in VisualStudio.Extensibility, although it might using
ExtensionConfiguration.LoadedWhenset toActivationConstraint.SolutionState(SolutionState.NoSolution).Alongside this, the port will need to use VisualStudio.Extensibility + VSSDK to run in-process to access WPF elements.
Beta Was this translation helpful? Give feedback.
All reactions