vsx
How to determine the folder where extension is executed from?
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[详细]
2022-12-20 14:53 分类:问答How can I get a reference to an output stream that writes to the Visual Studio "output" window?
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百[详细]
2022-12-20 11:40 分类:问答VSX: ProjectFlavor-only item VSTemplates?
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[详细]
2022-12-20 04:22 分类:问答EnvDTE partial class keyword
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[详细]
2022-12-18 09:16 分类:问答Web Project for F#
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[详细]
2022-12-17 01:05 分类:问答VSX: Programmatically disabling breakpoints at runtime
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[详细]
2022-12-15 12:36 分类:问答Visual Studio 2010 Extension Deployment
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?[详细]
2022-12-15 06:01 分类:问答Visual Studio plug-ins development, first steps
I would 开发者_Go百科like to make a plug-in for visual studio... But I have no idea where to start.[详细]
2022-12-13 10:32 分类:问答Why is there no Project Item when Deploying VSIX?
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[详细]
2022-12-11 10:27 分类:问答VB.NET EnvDTE Up-To-Date check before building project
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[详细]
2022-12-11 04:01 分类:问答