How to remove or hide toolbar context menu in visual studio IDE
Hi All,Currently we are extending Visual studio and it's functionality.As we know, we can have different categories of tool bars like standard, build, debug etc shown in pic - or we can access the...
View ArticleVsShellUtilities.LaunchDebugger throws Exception: "Operation is not valid due...
We are extending Visual Studio 2010 Isolated Shell.We are using it as an IDE for our own application. We have our own project, which has its own hierarchy, and can be build to a binary. ([Project...
View ArticleShowing context menu for multi-selected custom nodes in the solution explorer
I have a VSPackage that I am trying to modify. The package is using GraphProviderAttribute marked class to implement a custom Microsoft.VisualStudio.GraphModel.IGraphProvider. Whenever the custom...
View ArticleHow to add custom .net library (DLL) to Reference Manager References?
I tried to use vsix's Extension SDK to add custom reference to "Reference Manager" as described here: http://msdn.microsoft.com/en-us/library/jj127119.aspx. But I can't get my extension SDK reference...
View ArticleHow to programmatically specify search term with Edit.NavigateTo?
In a Visual Studio 2013 extension, I can activate the "Navigate To..." feature with something like:_dte.ExecuteCommand("Edit.NavigateTo")However, is there a way to programmatically send it a search...
View ArticleViewKind Parameter Ignored in ProjectItem.Open if ProjectItem is Set to Open...
Hi all,In my VS2010 extension, I have just encountered a situation which I can find no workaround for. As always, I went to Carlos Quintero's MZ-Tools first to see if I could find an answer. In this...
View ArticleAdd a new SolutionItem to a Solution
Hi,is there a way to add a new SolutionItem into an existing Solution?SolutionItem will be an .xml file (think of it like a config file) so is not a new project!I found...
View ArticleMicrosoft return Windows Runtime Object vs COM Object
Hi,We create a custom project like C#, c++ project in visual studio.We want to support different source control provider. Currently we have supported TFS.Now when we want to support AnkhSVN, we found...
View ArticleMicrosoft return Windows Runtime Object instead of COM Object
Hi,We create a custom project like C#, c++ project in visual studio.We want to support different source control provider. Currently we have supported TFS.Now when we want to support AnkhSVN, we found...
View ArticleCreate a Visual Form Designer extension in VS 2013
Hi all,I'd like to know if it is possible to create a visual win32 forms designer as an extension to VS 2013. My plan is to create a similar functionality in creating winforms/C# or VB. I want to be...
View ArticleIs there a VSCT PowerToy 2012 on the road?
Hi.Does someone know if there's a VSCT powerToy for VS 2012?I'm trying to add a button in the context menu for the unit test window but I can't find the right group/set to plug into.Thanks.
View ArticleVisual Studio Add Button to TFS Work Item Toolbar (not Work Item Tracking...
Hello,is it possible to add a button at the work item toolbar in the work item editor of visual studio?I wrote an extension to VS and i am able to put a commandbutton into the contextmenu of the...
View ArticleChanges for Visual studio 2015
Hi ,we use VS API to develop source control plugin for Visual studio 2015. I would like to know are there any API changes introduced in the new release of VS 2015 ? any architectural changes ?
View ArticleHow to Remove Sub menus (Build, Debug, Debug Location) from Main Menu...
Hi All,I want to customize main menu of visual studio 2010 in VSX. In this -1> I want to show only "Standard" option from following submenus (View-Toolbars-> Standard) When I debug the code using...
View ArticleAdd my own custom tab on the Add Reference Dialog in custom project
I want to add my own custom tabs into the VS2012 Add Reference dialog for a custom project based on MPF library. I followed the Reference Manager Extensibility article on MSDN...
View ArticleHow to add two Property to a project file with same name?
Hi,I'm trying to add two Property to a project file with same name from code, the expected result like below.<MyProperty>testvalue</MyProperty><MyProperty Condition=" 'MyProperty' == ''...
View ArticleMenu in Visual Studio Extension
I have written a visual studio extension and want my menu structure to show up if a certain file type is highlighted in Solution Explorer. Right now the menu and its sub-menus shows up on the top...
View ArticleVS 2012
Hi All,we are developing source code control plugin for VS 2012. While developing I observed that when my plugin is active , expansion of project tree nodes in the solution explorer is getting slow....
View ArticleWhat does 0x4 mean in the dwFlags field of a BP_REQUEST_INFO2?
Hi,When I create a tracepoint in Visual Studio, I see a breakpoint request come through to my Debug Engine with these values:fields : 0x903 flags : 0x6 tracepoint : Function: $FUNCTION, Thread: $TID...
View ArticleAdding to MVC View Editor Context Menu
Hi,Have written an add-in originally for visual studio 2005, which has been updated to work with VS2010, VS2012 and VS2013.I'm now at the point where I would like to add buttons to the MVC view editor...
View Article