How to create Package Manager Console command as a VS2013 menu item?
How do I create a Package Manager Console command as a VS2013 menu item?
View ArticleVS 2012-2013 Extension, goto definition, reformatting
Hello,I am in a newbie in the realm of Visual Studio…We have a C++ project , plus some script text files ( referenced by the project, at this time as simple text files).We want to extend Visual Studio...
View ArticleVSIX was disabled in Visual Studio by default
Hi Everyone, I have created a VSIX file using Visual Studio 2012, which supports install in VS 2012 and VS 2013. Created VSIX file is installed successfully. But in VS 2013 it is not enabled by...
View ArticleConfused by the organization of MSDN documentation
Having recently switched to .NET development from Ruby on Rails, I'm still struggling over how arcane the organization of the class library documentation of the former seems to me compared to the...
View ArticleAdding New File Extensions
How do you add new file extensions to be added to the New File Windows (File > New > File...)? I would like to add my own extension that shows a new type of file under the Installed tab on left...
View ArticleHow to close project property page
Any idea how can I close the property page? is there a method to close all project pages?In my case I unloading the project, but property page remains open after unload with can cause some problems...
View ArticleHow to smart format xml file
I am creating a project template wizard which does replacement on an xml file. After the replacement, I want to format the whole xml document. Smart format is done automatically for class file (for...
View ArticleHow to localize VSCT file for native C++ ?
All VSCT localization document for manege.I want to know how to localize VSCT file for native C++.
View ArticleHow Data Access between ProjectPackage and DebugEngine?
Dear, Our team developed a custom IDE with VS2010 SDK, and I'm in charge of Debugger. Everything goes well until I need to implement interfaces for data access between project package and my...
View ArticleAbout API support for VSO
Hi every one I am new to VSO. I am working on an app by which I can get or post info into the VSO account of authenticated user of VSO. When I run curl -u {user_name}[:{PASSWORD}]...
View ArticleVSPackage template in Visual Studio 2015
Project template for VSPackageis not included in theVS2015RCSDK.This project typeis not supported anymore?What can I useinstead?
View ArticleMicrosoft.VSSDK.TestHostAdapter is missing in Visual Studio 2015 RC SDK
The Microsoft.VSSDK.TestHostAdapter assembly, which implements "VS IDE" test host used in integration tests appears to be missing from the Visual Studio 2015 RC SDK. Is this intentional? Has the 2015...
View ArticleVS extension from VS2015
Hi,I am in need to create VSextension project from VS2015. but i can't find the following in VS2015i can find only Visualstudio shell isolated.Please guide me to create VS extension project.Note: i...
View ArticleHow to Override the Build event in Project Templates
Hi,I have created the My custom Visual Studio project Template and its works fine.When I build the project I need to do something. How can I achieve this? How can I override the BUILD method ?- Abbas K
View ArticleThis extension is not installable on any currently installed products
A (potential) user of my extension cannot install the VSIX file on Visual Studio 2013. He gets the message "This extension is not installable on any currently installed products", as shown below.He has...
View ArticleRemove "Scope to this" from a custom graph node?
Hello,I've created custom graph nodes using IGraphProvider, and assigned a commands to them by adding them to IDG_VS_CTXT_PROJWIN_FILECONTENTS_SCOPE.Now when I context-click on that custom item, I get...
View ArticleAdd-in: VS thinks my PHP file is an XML file and messes up Intellisense
Product: VS 2010 Ultimate (if you need more then look at full dump at the bottom)Important Add-In: VS.PHP from JCX software https://www.jcxsoftware.com/Oh then, this must be a JCX software bug: Nice...
View ArticleVS2015 -RC1: Why ProjectItem.FileCodeModel is NULL?
I have an Extension to Visual Studio 2015 that needs to Iterate through codeElements in a ProjectItem. I check to see if ProjectItem has a FileCodeModel as shown below. If ProjectItem.FileCodeModel Is...
View ArticleVS2015 RC1: How to view values in Properties of Project, ProjectItem etc...
When I debug my extension to VS 2015 the values of properties of objects like Project, ProjectItem are not displayed. In the Native View it displays <No type information available in the symbol file...
View ArticleVSX - Custom Debug Engine
Hi community,I've been investigating for several days the MSDN Docs about VSX and Debug Engines Integration but i got an issue i couldn't figure it out.Here's the thing:I have a custom language X, who...
View Article