How to edit buffer on menu click
Hi,I have vs extension package(VSPackage) project, and want to do some buffer editions inside active IWpfTextView when menu item clickSo I added menu item allready, but is it possible to get...
View ArticleHow do I edit text from a command in my VSPackage extension?
I'm struggling to work out how you're supposed to edit selected text in a text file when a command in my VSPackage extension is clicked. I've seen this question asked before, but the documents linked...
View ArticleIsolated Shell application icon
Hello everybody,from "Customizing the Isolated Shell":The application iconYou can customize the application icon, which is the icon that is displayed by the application name in the application title...
View ArticleVisual Studio 2013 SDK - Adding Context Menu Item When Solution Node is Clicked
Hi,Looking at the Visual Studio SDK guides on menu items, I was able to add a context menu item to my .vsct file when a project node is clicked by adding the IDM_VS_CTXT_PROJNODE member to my menu...
View ArticleUnable to set breakpoints in custom editor/debug engine (VS2015 ONLY)
We have a custom debug engine that can debug HLSL and GLSL shaders. When debugging we open these files in a custom editor because we also support splitting the file side-by-side, modifying the file,...
View ArticleDisable vs package for some projects
Hi,We are building a vs package for Gauge, a test automation framework. Currently we are loading the VSPackage for every project, by having [ProvideAutoLoad(UIContextGuids80.SolutionExists)].We want to...
View ArticleVCProject AddFile
Hi,I getting this exception in Visual Studio 2012 when calling AddFile on a VCProjectMicrosoft.VisualStudio.Project.ProjectException: Could not find project item with item type 'ClCompile' and include...
View ArticleSyntax highlight in Visual Studio 2015 using Irony grammar?
I try to create a syntax highlight for my language in Visual Studio 2015. I created a VSIX Project under C# -> Extensibility. Inside the .vsixmanifest file under the Assets section I added...
View Articlevs package: how to programatically identify the beginning of a code statement
I'm developing a free visual studio package (C#) which includes a feature that automatically inserts comments.if we have the follwing code:1 for ( x = 0; x < value; x++ ) 2 { 3 if ( value1 == true...
View ArticleWhat is the best technique for Integration of WCF service available on 001...
Problem Statement:The authorization access application APP01 is developed in VS2010 with WCF service is available on server 001.The claim handling application APP02 is VB6 lagacy application available...
View ArticleAPI for publishing to VS Extensions Gallery
Hi,So far, we are manually publishing our VS extensions to the gallery. We want to automate this process and publish the extension through GoCD. Is there some API for publishing to the gallery that we...
View ArticleAccess to DataTip from VSPackage
I have a VSPackage which works fine.I want to add menu into datatip. Datatip is a small window that appear when cursor is hovered over the variable in code editor when debugging.The data tip has it's...
View ArticleError with MEF (editor classifier)
Hello everybody, I'm developing an isolated shell application and I use coloring with MEF (editor classifier). In Visual Studio in debug mode it runs fantastic but when deploying there is no coloring...
View ArticleHow to determine the URL a web project will run under (the start URL)?
Hi, my extension needs to know the URL that any web project/site in the solution will run under. The port specifically.I've researched some ways such as watching the IIS Express logs for new entries...
View ArticleDocumentation Tool for Visual Studio
I'm looking for a application that will be using for source code documentation for instance I want to know more detailed nformaiotn about this project or solution. The request is to integrate this...
View ArticleEncryption C# web config fails
I tried to encrypt web.config using the commands cd C:\Windows\Microsoft.NET\Framework64\v4.0.30319 aspnet_regiis.exe -pc "CustomKeys16" -exp aspnet_regiis.exe -pa "CustomKeys16" "NT...
View ArticleDisplaying lightbulb suggestions in XAML code editor
Hello,I'm developping a VSIX extension using a MEF component in Visual Studio 2015.I have been using this tutorial to add lightbulb suggestions :...
View ArticleChange a vsix type from "Project or item template" to "Tool"?
Hello!Is there a possibility to change a vsix type from "Project or item template" to "Tool"?Initially, our vsix was uploaded as "Project or item template" to Visual Studio gallery. Over time we made a...
View ArticleMulti Project Template: Rename project folder
Hi,I have created a project template which includes multiple other templates, so that the wizard can create multiple projects at once.The structure looks like this:<VSTemplate Version="3.0.0"...
View ArticleDialogPage Class-Pages in OptionsPage window persist value even after...
I created customs Options Page for my Vs 2015 isolated shell with the help of following link https://msdn.microsoft.com/en-us/library/bb166195.aspx?f=255&MSPPError=-2147217396.It is working fine...
View Article