How to register custom file extension in vsix?
Hi,I do have a custom editor that handles ".my" files. Everything is working fine, but I want to associate the ".my" extension with the devenv.exe on the machine where the vsix gets installed, so that...
View ArticlesolutionBuild2.PublishProject method seems to not working ?
hello everyone ,i am trying to write a little program that just builds some projects in differenet solutions one by one .but below code does not publishes exact place where published items should be...
View ArticleSSDT Power Tools are disappeared
The expression "ssdt" cannot be found:+ http://visualstudiogallery.msdn.microsoft.com+ VS 2012 -> Tools -> Extensions and Updates -> Onlinetatlas
View ArticleRegister Debug Engine when loading Platform files
Hello,I have a custom MSBuild Platform configuration which I would like to create a Debug Engine for.I am working on Win7 and targeting VS2010.The platform configuration is stored within a repository...
View ArticleDynamicTypeService in T4 template
Has anyone found a way to get access to DynamicTypeService from within a T4 template in VS2012? All the code posted online and in the forums always has the same solution of using GetService() to...
View ArticleAdd-In: Solution Explorer doesn't redraw SC glyphs while options dialog is open
Hello,I'm developing source control plugin for Visual Studio 2010/2012. My work machine has Windows 7 installed on it. I've debug my development my deploying vsix content into experimental intance of...
View ArticleQuestions about debugger data tips
Hi,I implemented a custom debug engine that supports debugger data tips.Question 1: is it possible to enumerate all currently pinned data tips (via some DTE oder IVs-class)? Question 2: I want to...
View ArticleRecommendation to enable an .MSI extension not installed in the Common7 folder
Hi,I have an extension installed by an .MSI. It works fine. It doesn't install in the Visual Studio sub folders, but in its own \program files ... folder. I need to have MEF enabled for this extension...
View ArticleSequence of IWorkItemControl's .InvalidateDatasource() / .Clear() calls upon...
Good evening,creating custom work controls implementing the IWorkItemControl interface has been, at least for me, always a bit of a mystery when it comes to Visual Studio / Microsoft TestManager...
View ArticleOpen custom file in same IsolatedShell instance.
Hi,I do have a 2012 IsolatedShell application and I try to set up a file association that opens my custom files with the application. Like...
View ArticleVS2012 add a project template with custom params
Hello,I have a addin with a project template. In my addin code I create a new project out of the template.SolutionFolder folder = ... if (folder != null) { folder.AddFromTemplate(templateFileName,...
View ArticleBreak line on each tag attribute and keep them aligned in Visual Studio HTML...
Hello,Recently I asked this same question at StackOverflow: http://stackoverflow.com/q/14791592/114029I'm interested in developing a really simple extension for VS that will fire when doing a Ctrl + K...
View ArticleSDK Package - LanguageService
HiI'm trying to move a LanguageService, written in C++/Cli from VS2010 to VS2012.After several tries, changing the references by the new ones, I have a trouble with the order of the references, or...
View ArticleIEventBindingService.CreateUniqueMethodName is never called from the...
I've implemented the Events tab on the Property Window in VS2008 and everything works apart from trying to get a default method name when I double click an empty event. This works in C# - if I have an...
View ArticleGet AddIn loaded in an Isolated Shell application with new version
I'm trying to get an AddIn loaded in my Isolated Shell application with an updated version. I updated my Isolated Shell application.pkgdef file, modifying the field for "ProductVersion" from "3.0" to...
View ArticleIntellisense not loading (SDK)
I'm trying to port a VS 2010 intellisense extention to 2012 using the VS SDK but it doesn't load.I'm using the following code that was working on VS 2010, and nothing happend when I debug it. the...
View ArticleVS2012, Add-In: How to add a Solution Explorer context menu-item?
Hi,I need to create a new menu-item on the Solution Explorer right-click context menu. And I need to currently selected item (folder or file) path.I have used MZ-Tools pages with success until now...
View ArticleSyntax Highlighting of an Embedded Language
I'm using C# and Visual Studio 2012 to implement syntax highlighting of a language embedded in html (much like ASP code inside <% %>). So far, I've found out that I need to use...
View ArticleITypeDiscoveryService and WinrRt C# project
Hi,I'm creating an item template for VisualStudio 2012 and I want to find the types in a WinRt project using ITypeDiscoveryService, but I don't get any. Does ITypeDiscoveryService supports WinRt...
View ArticleITypeResolutionService doesn't return types defined in the local project
When implementing a IVsSingleFileGenerator, I would expect the below service call to return all types within scope. However, types declared locally (within the project) are not returned. Am I doing...
View Article