visual-studio-sdk Questions

3

Solved

In Visual Studio 2015 (after installing the SDK preview), I created a 'diagnostic with code fix' project. The skeleton code is full of interesting types such as DiagnosticAnalyzer (under Micr...
Supremacy asked 29/12, 2014 at 10:19

1

Solved

I use the IVsObjectList2.GetCategoryField2 method to retrieve different information of a type. Now I wonder how I can retrieve C# specific information like abstract or internal modifier of a type?...
Antonyantonym asked 18/3, 2020 at 10:27

6

Solved

Do I simply need to install the VS2010 SDK? Is there such a thing as the TFS2010 SDK, and if so, would that be the thing I need to install, and if so, where can I get it? On Microsoft's "Extend...
Dreamworld asked 17/11, 2010 at 15:53

3

Solved

I have been slowly digging through Visual Studio's SDK, but could not yet figure out what DTE stands for. This is a silly question, but I really can't seem to find it. DTE is super useful, it would...
Poltroon asked 21/6, 2013 at 16:10

1

Solved

In C# or Vb.Net, using the Visual Studio 2013 SDK, how I could add an additional element on Intellisense when the info of a member is shown?. My intention is not to add a completion/suggestion ele...
Titration asked 1/11, 2015 at 11:16

2

I tried VS2012 Native Tools, Cross Tools and Developers command prompt. And it does not recognize 'nmake'. It didn't work on VS2010 either. On VS2008, it could not find depencies like windows.h I...
Whiplash asked 27/9, 2013 at 1:45

0

The VS productivity power tools extend the solution explorer by eg showing squiggly lines below files with errors and some version control providers can show overlay icons. I know how editor ...

1

Solved

Assume that I need to store any array in the extension just freshly created from the template. I just created new VSIX project, added VSPackage to it, then added option page grid (DialogPage). T...
Froe asked 23/9, 2015 at 23:23

1

I have a build server where I build a Visual Studio extension. I recently migrated to a different server that and now I get the following warnings: C:\Windows\Microsoft.NET\Framework\v4.0.30319\...
Guard asked 19/11, 2012 at 8:30

1

It's very possible that I just don't understand the problem space, but I'm having trouble figuring out the MEF (Editor Classifier project). I've created (piecing together the Walkthrough guides fr...
Demagogue asked 15/5, 2015 at 6:17

4

Solved

I have a bit of a head-scratcher here that I wonder if someone may know the answer to. The setup is basically this: //in Visual Studio plug-in application SpinUpProgramWithDebuggerAttached(); //...
Arnaud asked 24/1, 2015 at 1:59

2

Solved

I'm developing an extension for visual studio. There I have an option page: public class GeneralOptionsPage : DialogPage { [Category("General")] [DisplayName("Foos")] [Description("Bla Foo Bl...
Comradery asked 18/6, 2014 at 17:0

2

Solved

I'm trying to make extension for VS2013 preview, here is my try on GitHub: https://github.com/Heather/Nemerle/tree/VS2013 But for now I'm getting: 07.08.2013 9:25:05 - The following target produc...

0

Is there a way to find out what variables are present in the watch window of visual studio? DTE dte; var watchWindow = dte.Windows.Item(EnvDTE.Constants.vsWindowKindWatch); We can get the watch ...
Admittance asked 28/11, 2013 at 16:51

3

Solved

I am trying to write a add-in for Visual Studio that, among other things, needs to keep track of every file in a Visual Studio solution. I know what events I need to subscribe to (when a Solution i...
Concede asked 16/9, 2009 at 18:33

1

Solved

The default VSPackage template in the Visual Studio 2012 SDK generates a project which uses strong naming. Because strong naming is transitive, this means that any references I add (e.g. another p...
Tagliatelle asked 8/5, 2013 at 18:4

1

I created a custom project template associated with a custom project type. The solution depends heavily on MPF for Projects - Visual Studio 2012 framework. What i would like to do next is override...

1

Solved

I completed the custom template project tutorial part I from msdn and got a basic project structure working and visible in the File - New - Project menu. Then i advanced to msdn part II and can't g...
Dearborn asked 25/3, 2013 at 2:13

1

Solved

I recently started playing around with LuaInterface to get Lua scripting working in my C# programs. In order to easily create Lua scripts from within Visual Studio, I installed a Lua syntax highlig...

2

Solved

I installed the VS2012 RC SDK but am not seeing a VSIX Project Template when creating a new project. Am I missing something or is that template in a different SDK or something? Here is a screensho...
Cuba asked 23/6, 2012 at 15:35

1

Solved

I'm using the T4 TextTemplating service from a VSPackage: var t4 = this.GetService(typeof(STextTemplating)) as ITextTemplating; Normally if a template is referencing types in an external assembl...
Protect asked 8/11, 2012 at 17:55

0

Is there any way in the visual studio 2010 SDK to remove a file that doesn't exist on disk. I've tried using the VCProject.RemoveReference and the VCProject.RemoveFile methods, but both reqiure an ...
Camouflage asked 12/8, 2012 at 16:26

3

Solved

I have Visual Studio 2010 Ulitmate (with MSDN Premium), but I can't seem to find this file. I have tried installing the Visual Studio SDK but I can't seem to find the file. I have looked in: C:...
Inotropic asked 10/5, 2011 at 16:7

1

Solved

I'm writing my own Visual Studio 2010 Extension that should help me navigating a rather large solution. I already have a dialog based VS Extension that shows me a class name and a function name dep...

1

Solved

How can I make my VSIX file compatible with both Visual Studio 11 and Visual Studio 2010? I'm handing my VSIX file along with all its dependencies to a friend of mine, and when he opens it, he's ge...
Passerby asked 23/4, 2012 at 12:47

© 2022 - 2024 — McMap. All rights reserved.