I\'m writing some extension and I need to pull out data from the file that is included into vsix. But if I\'ll use Environment.CurrentDirectory I will not have this file because this folder points to
I have a third-party .NET library that enables output of some key diagnostic information to a TextWriter instance.I\'d like to have this information dumped to the output window of Visual Stu开发者_JS百
In Visual Studio 2005, 2008, and 2010, is it possible to define an Item Template that only appears in the Add Item dialog for projects of a particular ProjectFlavor?I\'d rather not clutter all of the
I\'m introspecting on the code in a project using EnvDTE, and I开发者_如何转开发 want to be able to determine if they\'re a partial class, but it doesn\'t seem to exist in the namespace.Does anyone kn
I am building a project system for Visual Studio MVC web projects with controllers written in F#. It comes along pretty cool. I can build and run the apps, but I have a problem with FSharp Language Se
How can breakpoints be enabled or disabled at runtime?I\'m writing a test workbench application that can run other .net code for the purposes of debugging plugins.The workbench app itself is not debug
I have created a VS Package Extension.I want to add a folder(contains sub folders) in the package that get packed and get installed with the package?
I would 开发者_Go百科like to make a plug-in for visual studio... But I have no idea where to start.
We have a VS2010 Beta 2 DSL Project , We can build, deploy and test on our Development machines and all is well i.e When we go to \'Add New Item\' we can select our DSL
how do I check if a project is up-to-date? I\'m basically trying to programmatically build each project in a list but only if they have changed. So does anyone know of a way (using EnvDTE maybe) to