Adding 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 ArticleChange F1 Help Online URL
It is possible to add own content to HelpViewer of Visual Studio. If F1 Help launches HelpViewer our Help pages will be displayed correctly if F1 is presssed within our custom Editor. If F1 Help...
View Article'Open with' application names. Where to edit?
I want to edit the text that appears alongside the application icons in the 'Open with' submenu.There seem to be 3 choices:HKCR\Local...
View ArticleHow to get my function called when extension manager for my isolated shell...
I am developing  an Isolated shell application, Now I need to call one of my functions when User Closes the extension manager window. How to listen to the Extension manager window close event in an...
View ArticleNeed direction for starting with my custom editor package/extension.
Hi guys. I'm a bit lost and I can't figure out a good approach. Basically, I want to make an editor extension for Visual Studio 2013 that edits a particular/new file extension. The contents of the file...
View ArticleHow to get "Standard" commands Guid and Id in .Vsct file
Hi,Please have a screen shot -I want to know the guid & id of above commands (sub menus) like Standard, Debug, Debug Location, customize etc. I found guid & id for customize submenu from below...
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 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 Articlehow to manage a connection with powershell using visual studio with C#
Hi I want to manage a connection with powershell for a web app using visual studio with c#. and also run command with pipeline Plz give a some suggestions..
View Articletooltip required on when user hovering over resource name string should...
Hi All,  We have requirement displaying tooltip on resource name in C# visual studio add-inExample: Suppose my cs files contains  String str = "Hello"; When I right click on hard coded string hello...
View ArticleShowing "new" Add Reference Dialog in custom project.
Is there a way to show the new-style Add Reference Dialog from our MPF-based custom project? MPF currently uses IVsComponentSelectorDlg4 and that service still shows the VS2010-style Add Reference...
View ArticleWizard based Visual Studio project template selection
I wish to create a wizard based solution, which would allow a user to choose the type of project template he would wish to load.In Visual Studio, for example, upon selecting a Win32 console project,...
View ArticleUsing the ReferenceManager Dialog in a custom MPF project
Hi everybodyIn my MPF project on Visual Studio 2012, I've implementing a Reference Manager dialog with IVsReferenceManager::ShowReferenceManager method due the fact that I want to manage my custom...
View ArticleVSO API - OAuth2 and multiple VSO accounts
Hi,When requesting an OAuth2 token, it is granted at the user level if I'm not mistaken. However when accessing several accounts with that token, usually only the first account works. E.g. when I...
View ArticleSecurity warning is displayed when running only certain VSTemplates
Hi.I know this issue has been reported before, but I've never seen a satisfactory answer :(When attempting to run *only some of* our templates, we get the following message displayed by Visual...
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 ArticleHow to update a margin programmtically?
I have a VSPackage that extends the margin via  IWpfTextViewMarginProvider. I do some processing asynchronously to avoid blocking the UI thread. Is it possible to update the margin upon completion...
View ArticleIntra-text Adornment should hide when cursor is next to it (extending the...
I am analyzing the Intra-text Adornment Sample (https://code.msdn.microsoft.com/windowsdesktop/Intra-text-adornment-VS-9257bc99).I am using the sample with the IntraTextAdornmentTagTransformer base...
View ArticleHow to update a margin programmatically?
I have a VSPackage that extends the margin via  IWpfTextViewMarginProvider. I do some processing asynchronously to avoid blocking the UI thread. Is it possible to update the margin upon completion...
View ArticleTFS plug-in
Where do I find the plug-in for Visual Studio 2010 to connect to a Team Foundation Server (TFS)?
View Article