visual studio 2010 - Writing VS2010 Extension -


i'd create extension visual studio 2010. functionalities need these:

  1. add context menu item project (when user right clicks project name in solution, he'll context item in list).
  2. when clicks, new winforms form appears, can input data, , option save data future reuse.
  3. when clicks ok on form i'll generate files , add files part of project rightclicked.

the wscf.blue kind of behaviour want immitate in vs, it's source written in vs2008, , i'd use vs2010 extension options quite changed understand...

i found resources on msdn, found confusing incomplete info (e.g. menuandcommands example).

can shed light on how achieve i'm after?

i don't know point out can specific examples of trying achieve. however, in following resources find complete , detailed information overall process, , achieve 1. , 2.

vs 2010 package development – chapter 1: visual studio packages

vs 2010 package development – chapter 2: commands, menus , toolbars


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -