visual-studio-extensions Questions

2

Solved

I am developping a plugin for Visual Studio in C#. The plugin has a settings page and a few buttons in a toolbar to call commands. The problem is that in some circonstances, I want to hide a speci...
Candlemaker asked 28/1, 2013 at 22:15

1

Solved

I am starting a new project in c# and I am looking for a tool that helps me do mutation tests. I have previously done mutation testing in java using pitest and liked it very much. Now I am lo...
Anastomose asked 14/9, 2016 at 10:50

2

I'm creating a Visual Studio Project Template and bundling it inside of a VS Extension. I need Projects created from the Template to reference ~20 NuGet packages. Is it possible to have the refere...

1

Solved

I try to redirect the XButton 1 and 2 (Side Buttons of the mouse) to specific Visual Studio actions. When I press the XButton1 I want to compile the project / build it. This action is bound to F6 ...
Lipid asked 12/8, 2016 at 19:48

3

Solved

I'm using a Visual Studio Private Gallery to publish a VSIX internal to my company. My VSIX shows up in the "Online" section of "Extensions and Updates" in Visual Studio 2012 and I can install it f...

5

Solved

I have just upgraded the Visual Studio extension RazorGenerator to V1.5 (Last updated 10/14/2012) and now have the following problems. Each cshtml file edited now removes the generated file, if I...

2

Is there a way to import/export Visual Studio settings via a Visual Studio Extension, i.e., via the Visual Studio API? I want to export some specific settings to a local file, just like the VS Imp...

4

Solved

Is it possible to create a code snippet or something similar to automate the process of generating and inserting GUIDs in to the text editor in Visual Studio 2012? I frequently need to generate new...
Hebron asked 10/9, 2012 at 10:43

5

Solved

Often I have a bit of code I want to execute from time to time, for example seed the database, drop the database, download some data from the database and collate it in some funny way. All of...
Teratoid asked 5/8, 2012 at 22:6

1

Solved

In a Visual Studio Extension (VSIX) solution, I'm using Roslyn to load a specific project from my current solution: Project myProject = this.CurrentComponentModel.GetService<VisualStudioWorks...

1

I'm investigating the use of the Roslyn compiler within a Visual Studio Extension (VSIX) that uses the VisualStudioWorkspace to update existing code. Having spent the last few days reading up on th...
Interlaken asked 8/6, 2016 at 18:56

1

Solved

I am attempting to bridge between the VSSDK and Roslyn SDK in a Visual Studio extension package and have been having a hard time with this. The ActivePoint.AbsoluteCharOffset given from Visual Stud...

3

Solved

We are working on an VS extension that requires a list of Visual Studio commands like the one in this screen shot: Example: Action.Add Action.Add.NETFrameworkLaunchCondition Action.AddAction ....
Orchestrate asked 7/8, 2012 at 13:14

2

Solved

In my extension that I am writing for Visual Studio 2015 I want to change the tab size and indent size as at work we have a different setting as when I am developing for opensource project (company...
Florenceflorencia asked 10/5, 2016 at 6:19

1

We are using the classes in the Microsoft.VisualStudio.XmlEditor namespace (https://msdn.microsoft.com/en-us/library/microsoft.visualstudio.xmleditor.aspx) to modify an xml document in an Visual St...

1

There used to be a Visual Studio extension that would allow viewing data in a grid while debugging in Visual Studio. I am looking around online, and cannot find one. Does anybody know of an Extens...
Transonic asked 28/3, 2016 at 15:0

1

Solved

The Context We'd like to modify Roslyn and be able to debug it while compiling with it. Pre-VS2015 release, doing this was a painful process that didn't flow very well. Our goal is to develop a ...
Illhumored asked 28/3, 2016 at 20:11

1

I have the following object: public class ProjectInfo { public string ConnectionStringName { get; set; } public string DefaultEntityNamespace { get; set; } public string DefaultSharedNamespace ...

2

I'm developing a Visual Studio extension in VS2013 but I can get it to load in the experimental instance. I can install it manually in my current instance (from the vsix file) and it works fine bu...
Massengale asked 16/11, 2014 at 20:26

1

Solved

Does Visual Studio have a Protocol Handler that includes a command to open a specific file? They have one for Git clone, as described in Announcing the GitHub Extension for Visual Studio: The O...

1

Solved

How do I package a Universal Windows Platform library that depends on Visual Studio extension SDKs such as the Microsoft Player Framework? Specifically, I want users of my library to be able to us...
Akkadian asked 5/1, 2016 at 12:43

2

Solved

I am writing a custom Visual Studio Test Adapter, and was wondering: how can I debug it? Right now I am following these steps: Adding a number of logger.SendMessage() log lines into my adapter co...
Kibitzer asked 10/7, 2014 at 16:9

3

Solved

I'm creating my own IntelliSense Presenter, since Visual Studio2012 support change theme, so I want my background color of the presenter can be auto-changed when the theme been changed. Is there a ...

1

Solved

In visual studio extension I would like to get all projects and their names: var service = (DTE) Package.GetGlobalService(typeof (SDTE)); var projects = service.Solution.Projects; foreach (Projec...
Bala asked 19/10, 2015 at 8:13

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 ...

© 2022 - 2024 — McMap. All rights reserved.