vsx Questions

3

Solved

I am experimenting with a Visual Studio 2010 extension, where I need to work with the events exposed by IMouseProcessor. As far as I can tell from the docs, I should create an IMouseProcessorProvi...
Nerve asked 22/11, 2009 at 14:6

6

Solved

In an earlier question, I've found out that sadly Solution Folders are not real folders inside a directory. I wonder if there is an AddOn or Macro that adds this functionality? i.e. when I create ...
Wholewheat asked 29/1, 2009 at 14:18

4

I want to write a visual studio addon to do some code modifications for me (like some specific refactoring). I was wondering which one of these tools should I use and why? we have licenses for res...

4

Solved

I would like to open into memory an existing .sln file. Example of a non-working method: private Solution2 OpenSolution(string filePath) { Solution2 sln; sln.Open(filePath); return sln; } If...

3

Solved

I am thinking of creating a product based on the Visual Studio Shell (primarily isolated mode). Since Visual Studio 2010 will most likely be RTM before my product, does it make sense to start with ...
Sickness asked 15/7, 2009 at 3:17

2

Solved

Does anyone know of some good articles / tutorials on writing addins/plugins for Visual Studio 2010?
Xerosere asked 18/7, 2009 at 5:15

1

Solved

I am creating my own custom T4 Template that integrates with an ADO.NET Entity Framework Model (.edmx file) included in my MVC Web Application. For Reference Please take a brief look at the follo...
Budding asked 14/7, 2009 at 20:58

1

Solved

Using Visual Studio's Managed Package Framework, how can I inherit from C# so I can have C# property pages and C# project items? I've tried making a flavored project, but it was limited in terms of...
Edouard asked 21/6, 2009 at 18:16

2

Solved

I want to auto gen some DTOs from some of my existing objects, I was wondering if there already exist a Resharper, DevExpress or VSX open source to use, I need a tool to look into my code and let m...

2

Solved

I am developing an Isolated Shell that caters to "designers/special content creators" performing specific tasks, using the Shell. As they operate on files, they need to be able to use TFS for sourc...
Knowles asked 21/8, 2008 at 23:13

1

I'm trying to attach to a remote machine with code similar to the following: Debugger2 db (Debugger2)dte.Debugger; Transport trans = db.Transports.Item("Default"); Process2 proc2 = (Process2)db.G...
Intermolecular asked 7/11, 2008 at 15:29

© 2022 - 2024 — McMap. All rights reserved.