Drag and Drop Sub ProjectItems
I have the need to create trees of project items. Right now I can add items with code but it would be nice to rearrange them using the same drag and drop functionality enabled for root projectitems.Any...
View ArticleVS2013 Style Icons
HiI'm porting my package project from VS2010 to VS2013.I need to update my Icon resource to fit VS2013. Currently I find a page of The Visual Studio Image...
View ArticleDebugger does not show "step into, step over, etc" after calling...
Hi there, I am having a few issues with regard to the debugger and the IDE after calling Process.Attach2(engines). I am using VS2012 Premium or VS2013 Premium. The following is the...
View ArticleHow to set active window as Keep Open using the Visual Studio API
I'm using the Visual Studio API and creating a VS addon. VS 2012 introduced the Preview Tab option. My addon opens several files, and if the user has the Preview Tab option enabled it opens them in...
View ArticleSee what default Visual Studio (TF.exe) compare tool is set to using Visual...
You can specify different tools by using "tf.exe diff /configure", or in Visual Studio by going to Tools -> Options -> Source Control -> Visual Studio Team Foundation Server -> Configure...
View ArticleTemplate: Is there a way to control the order of T4 templates when doing...
The reason behind is that I use one of my generated files as input for another file. (I wrote a template that gives me the .edmx file for entity framework)The order seems to be sort of random (i.e. I...
View ArticleGlobalProjectCollection SetGlobalProperty values no longer "seen" by build in...
I've been using a Package from ceztko on GitHub called SolutionConfigurationName.I rebuilt it to add compatibility with VS 2012, and it has been working well for some time. However, I just installed...
View Articlemove package from VS2012 to VS2013
I have a VS2012 extension package that uses these references: Microsoft.VisualStudio.Project.Utilities.v11.0 Microsoft.VisualStudio.Project.v11Only Microsoft.VisualStudio.Project.VS.v11OnlyAll fine in...
View ArticleHow to toggle 'enabled debuggers' from a package ?
hi.In the properties of a c# project, under "Debug", there is an option "Enable unmanaged code debugging". How can I turn this option on (or off) from a vs package?WM_THX -thomas...
View ArticleDefault VSPackage template in VS2013 SDK Throws Exception when exiting
Hi,I have VS2013 Ultimate w/ VS2013 SDK, and have created a new C# VSPackage using Templates, Visual C#, Extensibility, .NET Framework 4.5, Visual Studio Package.When I hit "Start Debugging" and run in...
View ArticleVC file configuration property access 100x slower in VS2013 than in VS2010
Hi,I have a VS addin that scans the solution on load and reads/writes various per-file VC configuration properties - for example, it toggles the ExcludedFromBuild flag for certain files based on user...
View ArticleNegotiate, NTLM issue when consuming WCF from VS Extension
HiI'm getting the following error when calling WCF service from Visual Studio extension:The HTTP request is unauthorized with client authentication scheme 'Negotiate'. The authentication header...
View ArticleNegotiate, NTLM issue when consuming WCF from VS Extension (working only! in...
HiI'm getting the following error when calling WCF service from Visual Studio extension:The HTTP request is unauthorized with client authentication scheme 'Negotiate'. The authentication header...
View ArticleIPendingChangesExt.FilteredIncludedChanges is always empty
I'm writing a VS 2013 Package that is trying to do some logic based on the FilteredIncludedChanges property of the Pending Changes Extensibility service, but this list is always empty, and the...
View ArticleSome IPendingChangesExt properties never change from initial value
I'm writing a VS 2013 Package that is trying to do some logic based on the FilteredIncludedChanges property of the Pending Changes Extensibility service...
View ArticleCombine VSPackage and Add-in into a single VSPackage?
I have a simple VSPackage that I created from a Microsoft sample that was named something like "Tools Options Page (VisualBasic)". I also have an add-in that uses some of the properties I added to my...
View ArticleHow to hide code from the editor
I am working on a custom language service extension for VS2012/13. Code files of the language contain both designer markup and source code, whereby the designer markup is stored at the beginning of the...
View ArticleQueryeditfiles in vs 2008
Hi , I am using visual studio 2008. I have visual studio sdk installed. when ever file is edited , I am getting to Ivsqueryeditsave2.queryeditfile() function for all type of project templates except...
View Articlehow to change the width of "Solution Configurations" drop-down list in the...
I don't know if it's possible...I have some names as "solution configuration" that are too long to be visible in the drop-down list of the toolbar of the VS 2010 IDE.E.g. "ProjectNameTooLong Debug" or...
View ArticleRequiredFrameworkVersion attribute is not working in my template
Hi,I have created my project template and mentioned the template data as below format,<VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005"...
View Article