Visual Studio Editor, MEF in-Depth
Posted
by NewProgrammer
on Stack Overflow
See other posts from Stack Overflow
or by NewProgrammer
Published on 2010-06-05T00:56:39Z
Indexed on
2010/06/10
1:42 UTC
Read the original article
Hit count: 319
I have been having difficulty simply writing a Visual Studio Editor Extension with MEF (Managed Extensiblity Framework). I thank those who answered my previous question, as they helped me know that I need to work with MEF.
I've been trying to learn MEF for the Visual Studio Editor from MSDN's page, Extending the Editor, but it appears that I have a hard time understanding it. Can anyone provide strong resource or tutorials in addressing problem such as using the right ContentTypeDefintion (IGlyphFactory, TextMarkTag, etc...), and what is a ITagger.
I need to understand these things, as most of the walkthrough only extending the text, such as only using the "spans" functionality, while I need to use "selection" methods and use MouseEventHandlers.
Does anyone know an example similiar to my example, or references can tell me something about MEF's for VS editor in-depth?
© Stack Overflow or respective owner