visual studio 2008 - Create VS2008 Plug In with VB.Net? -


Any example VS2008 has any examples in making plug-ins - preferably with VB.net?

"post-text" itemprop = "text">
  • If you can wait for VS-2010, the new Extensibility framework Due to using it, it should be very easy (MEF). Actually extensibility hooks are now managed and highly decoded.

  • Otherwise, I know I have never used it.

  • Or you can use VS2008 (File> New Project> Other Project Types> Extensibility> Visual Studio Add-in Project Template, Visual Studio Add-In) to learn and It is difficult to debug, but it works.

  • Finally, if it is for internal use, then you can create general vs macros which are common references. Net assembly is such that I do internal expansion project because there is zero friction. You just create small macros that call your assemblies (for example to show a Windows Forms dialog) then you can add that macro to the VS toolbar or define a keyboard shortcut for it.

I hope this helps


Comments

Popular posts from this blog

c++ - Linux and clipboard -

Visual Studio 2005: How to speed up builds when a VSMDI is open? -

booting ubuntu from usb using virtualbox -