visual-studio-extensions Questions
3
Solved
I've built a Visual Studio extension for Visual Studio 2015 and 2017. I've developed it with 2017 and everything works great on 2017.
When I install it on VS 2015 I get an error message saying it ...
Collusion asked 5/9, 2017 at 11:52
8
Solved
I've been working on a VS extension that creates a couple of files with some boilercode using SideWaffle and I was having a problem where, whenever I'd add a new item, my boilercode item would be u...
Bearden asked 30/9, 2015 at 15:26
6
Solved
I have downloaded RDLC extension from visual studio 2017 Tools -> "Extensions & Updates" successfully & its showing me message as
"This extension is scheduled for install".
So I have ...
Proximate asked 4/4, 2019 at 6:42
2
Opening a .csv file in Visual Studio produces an unreadable jumbled mess. Is there any way to set up Visual Studio to automatically format these files in columns (a "grid-view", so to speak) so I c...
Kernite asked 10/5, 2018 at 13:29
4
Solved
I'm trying to use the TextMate extension for Visual Studio to create custom highlighting, but when I try to build it I get the following error and I have no idea what it means even after trying to ...
Marsala asked 3/7, 2021 at 7:38
1
Solved
I created a Visual Studio menu extension that I deploy via a VSIX package; now I need to create a new VSIX package to add submenus to the previous one.
I have created a Visual Studio extension menu...
Brewer asked 13/6, 2023 at 10:17
2
Solved
VS by default creates a legacy style project. I started manual migration, but then it fails to recognize the COM interop references for EnvDTE...
Is it possible at all?
Brachial asked 18/11, 2019 at 14:51
1
Solved
Having a hard time binding an ObservableCollection of Tuples to XAML in a Visual Studio 2022 extension.
I'm at least partially trying to follow this tutorial, though it's not quite doing the same t...
Pico asked 4/5, 2023 at 15:44
4
I guess there's no built-in funcionality in Visual Studio for this purpose, but I would be happy if someone could direct me to (free one, if possible) extension that can do this.
public class Pro...
Reclaim asked 27/12, 2012 at 15:37
2
Solved
What exactly are these lines used for and what's the name of the extension?
Glandular asked 17/5, 2021 at 17:33
2
I'm building a VSIX project and seeing this error message:
VSSDK1311 The vsixmanifest must contain a value for 'PackageManifest:Installation:InstallTarget:ProductArchitecture'.
What do I need to ...
Pinchpenny asked 31/5, 2021 at 7:22
5
I would like to create a Syntax Highlighter in Visual Studio 2012 (and above) that supports different themes (Dark, Light, Blue).
Visual Studio's Editor Classifier project template explains how to...
Duong asked 25/6, 2014 at 9:6
1
I would like to create an SQL Server Management Studio v18 extension that opens from the execution plan window. I believe that this is technically possible because there is a third party tool that ...
Palgrave asked 31/8, 2022 at 15:27
4
This is default VSPackage. I added only ProvideAutoLoad attributes.
using System;
using System.ComponentModel.Design;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System....
Townsfolk asked 4/1, 2019 at 18:36
3
Refer to Installation of AnkhSVN Visual Studio 2019, although it can be successfully installed, it still cannot be used in visual studio 2022
ActivityLog.xml:
CreateInstance failed for package [An...
Leanneleanor asked 19/6, 2021 at 15:14
3
Solved
I'm sure this is a common problem, but I can't find much info about it.
Problem
I have a work computer, a home computer, a surface, and maybe some Azure VMs that i'd like my visual studio 2013 exte...
Hyper asked 18/11, 2013 at 4:30
2
Solved
I'm trying to develop extensions for Visual Studio and I'm going through some articles.
One key point of VS extension development is to reset experimental instance of Visual Studio, which I am ha...
Arcuation asked 2/3, 2019 at 13:12
4
Solved
I was wondering if there is a plugin that allows me to jump directly to the test for the current class (Or create it if it doesn't exist).
I guess this should be based on the convention that the ...
Colic asked 24/9, 2012 at 11:5
3
Solved
Just installed vs2019 community on a fresh laptop.
Going to install some extensions and I see this
If I refresh several times, there is a change that I may see the extensions, but in the next refr...
Carnet asked 13/5, 2021 at 21:49
4
Solved
I am trying to get scrcpy to run in Visual Studio by using this extension and determine if I can extend its features.
Unable to install a VSIX extension for Visual Studio 2019
Installation fails ...
Saturated asked 11/12, 2019 at 22:29
2
Solved
Is it possible to disable a specific extension in Visual Studio from the command line instead of starting Visual Studio manually and disabling it from tools?
Esque asked 18/2, 2021 at 22:29
4
Solved
I am creating an extension for Visual Studio (2012+) that involves a tool window. I was hoping to style the window identically to match the current theme of Visual Studio. However, I am having a gr...
Oscular asked 4/7, 2018 at 22:16
1
Solved
I'm trying to get the active C# Editor IWpfTextView in VS2019 extension. I'm using a small MEF service to inject a view into the VSAsyncPackage. But it is not very reliable - sometimes the injected...
Burmeister asked 26/12, 2020 at 3:22
6
Solved
I have an error when I try to push anything to my bitbucket repository via Git extension for visual studio:
Error encountered while pushing branch to the remote repository: Git failed with a fatal...
Lintwhite asked 7/8, 2018 at 11:6
1
Solved
In creating a template for VSIX we can allow the user to choose the .Net framework version
This is how it is done:
<TargetFrameworkVersion>v$targetframeworkversion$</TargetFrameworkVersion...
Swish asked 11/11, 2020 at 14:2
1 Next >
© 2022 - 2024 — McMap. All rights reserved.