by Dmitry [dimaka] Pavlov
1. June 2011 04:24
Мне регулярно приходит большое количество вопросов с VSX (Visual Studio Extensibility) форума о том, как создать собственную службу языка (Custom Language Service) с использованием MPF (Managed Package Framework). Подавляющее большинство спрашивающих не смогло понять, как это сделать, прочитав Visua...
[More]
by Dmitry [dimaka] Pavlov
1. June 2011 03:57
Я надеюсь, что Эд Дор (Ed Dore) не будет возражать, если я опубликую в своем блоге его замечательные примеры, которые демонстрируют некоторые возможности расширения Visual Studio (VSX) на C#. Когда-то я скачал их на сайте GotDotNet, когда они были там доступны. На англоязычном форуме Visual Studio E...
[More]
by Dmitry [dimaka] Pavlov
23. May 2011 06:43
Вступление Для разработчиков расширений для Visual Studio (VSX - Visual Studio Extensibility) часто бывает важно выпустить расширение не только для последней версии среды разработки (в настоящее время – это Visual Studio 2010), но и обеспечить совместимость с предыдущими версиями для тех поль...
[More]
by Dmitry [dimaka] Pavlov
1. September 2010 17:52
I am often getting the questions about how to install the Custom Tool for Visual Studio let say you created for your colleagues in your team. Custom Tool – is a code generator installed to your IDE that generates code based on other file. You will see such generator for typed datasets, web services,...
[More]
by Dmitry [dimaka] Pavlov
2. July 2010 18:46
I’m getting a lot of emails from Visual Studio Extensibility developers to help them with implementing custom property pages (like tabs you see on Project Properties) for custom projects systems in MPF packages they develop. A few year ago I’ve posted the good sample of that on MSDN Forums (Visual ...
[More]
by Dmitry [dimaka] Pavlov
1. July 2010 18:03
Read a new Feng Chen’s blog post about issues related to WPF Binding support in DSL tools 2010 and how to work around them:
http://fengchen.wordpress.com.cn/2010/07/01/several-issues-about-wpf-binding-support-in-dsl-tools-2010-and-a-workaround/
Have a nice Visual Studio eXtending!