How to add button in the title bar of VS2015 isolated shell application
I have the vs 2015 isolated shell application.I want to add button to the title bar.I have researched about it but I found nothing.I have attached the screenshot of an image at which the place of...
View ArticleIVsTextManager.GetActiveView() equavalent for use with IWpfTextView &...
Is there a way to map between an ITextBuffer and the active view (IWpfTextView) for that buffer?There is n method:IVsTextManager.GetActiveView( int fMustHaveFocus, IVsTextBuffer pBuffer, out...
View ArticleVSIX signing
Hi,I signing my VSIX package using the VSIXSignTool as described here the command says the package was successfully signed but when try to install the VSIX package it says the extension contains an...
View Articlepluralsight code
how do i get the Pluralsight Code for the free 6 months through Visual Studio?
View Articlesetwindowtext() fails to update the title in VS 2015 isolated shell application
I want to change the title of my VS 2015 isolated shell application dynamically.So I tried using SetWindowText() but it doesn't work for me.I thought that there may be some problem in my project and so...
View ArticlePackage Manager Console Automation using DTE.
Hi All,I am trying to automate the Package Manager Console window in Visual Studio 2012. I am DTE object to achieve the same. By using below code line I am able to open the Package Manager Console...
View ArticleDisplay customized help on a custom Tools -> Options Page
Hi, I'm working on Visual Studio Extensibility. I've created a Custom Tools Options page by registering it with VSPackage by ProvideOptionPageAttribute Now, when I press F1 over this page, Visual...
View ArticleMEF: ErrorTag: how to get the ErrorTag ToolTipContent to work in VS2010...
Environmental details:Microsoft Visual Studio 2010 Version 10.0.40219.1 SP1Rel Microsoft .NET Framework Version 4.5.51641 SP1Rel Installed Version: Professional Microsoft Visual Basic 2010...
View ArticleExtension Gallery Gives Error When Saving Updated Extension
Good Evening, Microsoft!I've been trying to update my extension, Stay Frosty, since early Friday morning. Every time I attempt to save the existing (2015 edition) of my extension I receive an error...
View ArticleVSIX ToolWindow does not set background for Dark Theme correctly.
I am also having trouble getting my ToolWindow to set the Background color of the Dark theme. I appear to be passing the correct Brush to the WPF UserControl in my ToolWindow. The Window Title styles...
View ArticleIs it possible to make text in the editor clickable?
I'm making an extension, and I'd like to make certain text clickable (and then run a command based on that text). I think I can work out how to change the highlighting for the text, but can't find any...
View ArticleVisual Studio Extension - How to extend the project explorer and the class view
I would like to extend the project explorer of Visual Studio 2015 with some commands and new elements. For example: A C-file contains some functions and if a function contains a special comment, the...
View ArticleGraphics.h
How can I add graphics.h into Visual studioPlease give any link where it is available
View ArticleOutlining regions default collapsing does not seem to work
Hi,I am creating Visual Studio 2012 extension following MSDN Walkthrough: Outlining article (I am sorry for not providing link, this forum does not allow me) and all works as expected (I.e. I am able...
View ArticleAdd a new button to the Server Explorer toolbar
How would one go about adding a button to the Server Explorer toolbar? (Vs 2010 pro or higher)Visit my SQL Compact blog - http://erikej.blogspot.com - Please mark as answer, if this was it.
View ArticleVisual Studio Not Starting: ERROR: No InprocServer32 registered for package...
Visual Studio had previously worked fine for me without any problem and I have not made any changes to my system -not that I am aware of at least. Suddenly, when I open it, it will display a dialog box...
View ArticleProblems with DebugLauncher Layout
I am attempting to add a custom debug launcher to my project system but I am not sure if the layout that I want for it in the UI is possible, and I am struggling to understand how the rule file ties up...
View ArticleHow to find menu id, and guids of existing VS menus.
I have read: https://msdn.microsoft.com/en-us/library/bb165739.aspx which explains how to add a submenu to your own top level menu - in which you have specified your top level menu's "id" and "guid".I...
View ArticleExtending SQL Server Object Explorer Context Menus
This should hopefully be a quick one. I've been trying to add a custom tool to the Sql Server object explorer in VS2015, using the SSDT 2016 CTP. I'd like to add it at the database node level like...
View ArticleClassifier Question
I'm been struglling for hours. I want to classify my ASPX content type. I must use contenttype"ANY" to get the markup code.In the GetClassificationsSpans, I seem to be only getting span's broken up...
View Article