4

Does anybody the correct way to integrate a languageService (MPF) with an editor extension (MEF) in Visual Studio 2010.

Where to implement the member completion, syntax highlight, quick info, etc.?

Any example avaliable?

Thanks!

Morvader
  • 2,317
  • 3
  • 31
  • 44

1 Answers1

2

The MSDN recommends to use the new editor API, and here there is the source code of the IronPython integration solution.

Thanks to all!

Morvader
  • 2,317
  • 3
  • 31
  • 44
  • How is this an answer? The MSDN recommendation is talking about how to update the language service assembly references - there is **no mention of MEF nor MPF**. The IronPython code sample uses _MPF_ **not MEF** –  Nov 04 '14 at 02:35