vsx Questions

0

I'm trying to write an extension to visual studio. I need to get a list of all the interfaces types found in all the projects in the current opened solution. So far i have tried doing this using th...

1

Solved

How can I add custom commands to the keyboard dialog (Tools->Options->Keyboard) in order to trigger them by shortcuts? Unfortunately, I could not find any resource on the web. I crossed this blog ...
Major asked 18/9, 2012 at 18:11

2

Solved

I've made an extension inside a package and I am calling the following code (occurs when a user presses a button in the toolbar): DocumentEvents documentEvents = (DTE2)GetService(typeof(DTE)); _dt...
Shove asked 6/10, 2010 at 15:13

1

Solved

Under Solution->Properties, I can set multiple start-up projects: I know that I can get the list of projects marked with "Start" (by using EnvDTE: solution.SolutionBuild.StartupProjects), but how...
Rectus asked 11/1, 2012 at 10:24

1

Solved

I 'm writing a Visual Studio extension where I'm creating line adornments that need to be resized when the user resizes the code view. I.e. when the user resizes Visual Studio's window width, I mod...
Uther asked 30/12, 2011 at 21:36

2

Solved

Im working on a couple of independent Visual Studio extensions in separate solutions. When I open one of them and launch the experimental instance in the debugger, the other extensions from the oth...
Policeman asked 3/9, 2011 at 18:26

12

Solved

I was just listening to some older .Net Rocks! episodes, and I found #329 on DSLs to be interesting. My problem is that I can't find any good online resources for people trying to learn this ...
Bernadettebernadina asked 7/8, 2008 at 6:24

1

Solved

We're working on creating a specialized graphical editor for our enterprise applications. We've looked at and rejected DSLs. Ideally I'd like to have the main interface of the editor be docked like...
Lutetium asked 21/10, 2010 at 15:48

2

Is it possible to write an extension for Visual Studio 2010 that provides syntax highlighting, intellisense, outlining, etc for a custom template or markup language supporting embedded code snippet...
Thermosphere asked 1/5, 2011 at 15:10

2

Solved

Given demo solution with two VSX-projects: 1. Add New Project -> Extensibility -> Item Template - "ItemTemplate1" 2. Add New Project -> Extensibility -> VSIX Project - "VSIXProject1" I did no chan...
Tham asked 1/9, 2010 at 16:29

2

Solved

I am trying to develop an extension that will work similar to the Comment toolbar button in VS 2010, but I want to mark all text as Commented Out and put a comment above it. Here's an example. I k...
Buddybuderus asked 22/3, 2011 at 12:26

1

I'm writing my own abstract extension for Visual Studio 2010, it makes similary functionality as Ook Language Integration. I have a question, is it possibly to mix my own AutoCompletion with stand...
Gaff asked 18/3, 2011 at 7:33

2

Solved

I want to "simulate" the Right click/Update service reference command in a VS2010 addin. I have a reference to the containing (Silverlight...) project, I know the name of the service reference and ...
Kindrakindred asked 11/1, 2011 at 16:27

3

string.Format is a very risky method. There are a lot of thing that could go wrong, without any compilation errors: string.Format("{0{", text); string.Format("{1}", text); string.Format("(0)", tex...
Conversationalist asked 12/1, 2011 at 14:42

1

Solved

1.) How differs "Visual Studio Package" project from the "VSIX" project? 2.) Where I can find some beginners guides? 3.) Where I can find a overview of the extensibility model or extension points...
Warrigal asked 7/1, 2011 at 16:35

4

Solved

Arg! I have a custom "harness" executable running my class library project. Every time I step into the harness's code, I get that "No Source Available" pane popping up. As I know there is no source...
Flutterboard asked 20/4, 2010 at 2:24

2

Solved

I've been wanting to create a simple text-manipulating extension for Visual Studio for a while, and now I've finally found some time to look into how extensions are written. What I have in mind cou...
Groats asked 3/11, 2010 at 8:15

3

I want to add my own project type based on IronStudio. So, I downloaded the source for and compiled the latest version of IronPython, then I created a new Visual Studio Package. I added the Temp...
Might asked 22/9, 2010 at 3:13

2

I've figured out how to create a new template, but I need a little more power than that. I need to override what happens when you click the "Run" button for example -- I want it to fire up a develo...
Saith asked 14/9, 2010 at 22:54

1

Solved

I have a VS2010 VSIP package with several commands,Those commands are added to the javascript editor's context menu,and i am using <Group guid="guidPrettyJsCmdSet" id="ContextMenuGroup" prior...
Heuristic asked 9/9, 2010 at 1:13

2

Solved

I'm building a Visual Studio Package and associated with it, I have an app.config file (which contains some information about connecting to a WCF service). As far as I can tell, this package is ac...
Greenberg asked 18/5, 2010 at 8:18

1

Solved

I have created the following vsct file xml. <?xml version="1.0" encoding="utf-8"?> <CommandTable xmlns="http://schemas.microsoft.com/VisualStudio/2005-10-18/CommandTable" xmlns:xs="http:/...
Mycetozoan asked 15/4, 2010 at 3:19

1

For example, if I change the signature in a function in either the header or the cpp, I'd like it to automatically change in the other one. If I add a new function in either, it should appear in bo...
Wintertime asked 9/4, 2010 at 13:34

1

Solved

When I add a web reference to a project, it comes up with a default namespace of: com.wpdevs.myservice. This is the namespace I'd have expected it to use in the application. When I add the using s...
Torquay asked 14/3, 2010 at 6:9

4

Solved

I would like to make a plug-in for visual studio... But I have no idea where to start. While it was quite easy to find guides for Eclipse plug-in development, I'm having troubles to find a good gui...
Bathroom asked 9/12, 2009 at 9:43

© 2022 - 2024 — McMap. All rights reserved.