TaskBoard API's
Hi I am looking as customising the projects and teams through the Rest API's for Visual Studio Online. I have created some scripts to customize the story board but also I would like to have a script to...
View ArticleHow to read data from a configuration file, in Visual Studio plugin
Hi,I am implementing Statement Completion (https://msdn.microsoft.com/en-us/library/ee372314.aspx ) functionality for a custom language.In void ICompletionSource.AugmentCompletionSession() I need to...
View ArticleUpdate Web.config file Dynamically using DTE in VSExtention
Hi Team, I have update Web.config file Dynamically using DTE but its Work only When Web.config file open. if Web.config File Close its throw Argument incrorrect Exception.doc =...
View ArticleMake the background color of Panels, DatagridViews and Textboxes of a custom...
HI all, i have to modify a workitem in our VS so it will automatically change background color whenever the VS theme changes.In my workItem I have textboxes, datagridview, panels, buttons etc... First...
View ArticleCustom Project Properties and Conditional Parameter (Redefined)
Hello, I've made simple NMake Project that I modify to launch a batch file inside a specific SDK Folder. This batch file use xtensa-elf to built ESP8266 MCU Chip (future, i will support atmel MCU)....
View ArticleHow to intercept drop operation of Code elements (methods) from...
HiI'd like to write an extension such that if the user drags one or more methods/properties from Solution Explorer and drops them onto the Text Editor; I give them the option to generate some code. For...
View ArticleUpdate Web.config file Dynamically using DTE in VSExtention
Hi Team, I have update Web.config file Dynamically using DTE but its Work only When Web.config file open. if Web.config File Close its throw Argument incrorrect Exception.doc =...
View ArticleWhy is the VS 2013 compliled (.NET 4.5) dll 106 KB but the VS 2010 compiled...
I have written a Visual Studio Extension. It was written using Visual Studio 2010 andC#. The size of the Release Build of the dll is a little over 600KB. The .NET version is 4.0.I've recently gotten...
View ArticleHow can I remove all errors code elements from my CSharp project by EnvDTE
Hi,I got a project containing too many errors. I want to search all code elements whose name property containing sub string "AAA" and remove them. How can I implement it by EnvDTE features. I have...
View ArticleDisassembly Window Go To Source disabled in Custom Debug Engine
Hello In my Custom Debug Engine I have my own Disassembly Window support (implementing the IDebugDisassemblyStream2 interface). This Disassembly Window works quite fine, showing some target...
View ArticleInherit the background color of the General OutputWindowPane of Visual Studio
Hello, I'm trying to make the background color of one of our VSpackage automatically follow the general OutputWindowPane. I found out that inplementing the IVsFontAndColorEvents interface is the way.My...
View ArticleHow can I access statements as CodeElement in a CodeFunction Implement by EnvDTE
Hi,How can I access statements as CodeElement in a CodeFunction Implement by EnvDTE? I use CodeFunction.Children but not work.Thanks.
View ArticleT4 Templates - Overwrites Previous Content
Is there a way to stop code generation and retain the previous output? Something like Stop and Revert? I've looked, and perhaps it is buried in there somewhere, but I don't see anything obvious.Say...
View ArticleVisual Studio, where do you control the total width of web page
On a webpage I have two text columns. I would like to make the two columns wider. But every time I make column 2 wider column 1 get slimmer.Somewhere the total width of webpage must be controlled and...
View ArticleParse custom build rules from Visual Studio C++ project
I am currently working on a project to completely revamp the classic "MakeItSo" tool to generate makefiles from a Visual Studio 2010 solution. I am updating it to work with Visual Studio 2015, but it...
View ArticleProjectItems.AddFromDirectory does not work with Visual studio 2015
HI, i need to copy a directory pragmatically to my project.i have used the below code in my project.ProjectItems.AddFromDirectory(_projectPath + "\\Folder"); but it does not copy the whole directory....
View ArticleBug : Same property "SystemInformation.FrameBorderSize.Width" Different value...
I Was using .Net framework 4.0 and have used in my application SystemInformation.FrameBorderSize.Width property it was returning 8 pixel. using this am calculating the border size in my application to...
View ArticleVisual Studio settings macro vsspv_visualstudio_dir
Where is vsspv_visualstudio_dir defined ?How to query the value inside Visual Studio ?There is no documentation for vsspv_visualstudio_dir. I find a lot of places referencing %vsspv_visualstudio_dir%
View Article|%CurrentProject%;PkgdefProjectOutputGroup| macro in...
Hi Guys,I'm trying to find where is the definition for the following element: |%CurrentProject%;PkgdefProjectOutputGroup|created in the initial source.extension.vsixmanifest file. Is there a list...
View ArticleAdding Web Reference In Visual Studio2005 & 2010
Hi All,I am using same WCF for my multiple applications.I added this as a "Web Reference" in my 2 projects of VS2010. And I can access these using the "NameSpace.ServiceName.UserServiceClient" and it...
View Article