I have created a new VS 2010 extensibility package.So far, all I want to do is have the user press a button and fill a listview with the entire contents of the solution.I have the following code:
I want to write an extension for the Visual Studio 2010 editor, that replaces/edits开发者_Python百科 the selected text. I\'ve figured out how to do this the \"old way\" by selecting a \"Other Project
I googled it around but didn\'t find it. I remember there was a way to click VS2010 buttons/commands/menus in a way it would retrieve me the GUID of the command i开发者_开发知识库nstead of executing i
I\'m trying to write a Visual Studio package that shows a live object graph during debugging. Is there any way to access the data of the managed debugger from within a VS 2010 package? I am aware of
I want to integrate the execution of a custom to开发者_运维问答ol to our build (say CLOC, to gather LOCs by language) in TFS 2010. I know I can do that by creating a custom activity that I can then in
I\'m developing a Visual Studio extensibility package. I need to get the files under a project hierarchy using IVsSccProject2.Get开发者_高级运维SccFiles.
In my TextAdornment1 class, I have the following defined: \' <summary>\' \' On layout change add the adornment to any reformatted lines\'
I have wpf a user control that accepts input gestures to perform various commands.In the example image below, the user can press Ctrl+N to execute the New command to create a new item in the TreeView.
I\'ve seen the MyC pages in code project and MS\'s Iron Python. Is there a simple sample for unmanaged code? I\'d like to add a superset to C++.
I am trying to dynamically fill the Solution right click menu with menu items from VS Package (Extension).