Tagged Questions

1
vote
1answer
12 views

Permanent node in DSL explorer

In my custom DSL tool I want a node in its Explorer which cannot be removed. Other than that, I want it to be like a regular node. Basically what I want is a node like the Xml Serialization Behavior …
1
vote
1answer
23 views

Visual Studio extension: splash info not showing

I'm building (read: trying to build) a Visual Studio integration package, which contains some custom highlighting and intellisense. The language part is working fine, the package is being loaded in …
0
votes
2answers
73 views

Can you programatically execute ‘Run Custom Tool’ on a ProjectItem in C#?

I was wondering if it is possible to execute 'Run Custom Tool' on a file in the VS Solution? I have the ProjectItem object already. info: C#, Visual Studio 2010 SDK
0
votes
1answer
86 views

VSX: Custom Package’s Project Type to mimik “Debug >> Start Action >> Start External Program”

I have a custom project type based on the C# Class Library project type in a VSX Package (2008+). For this project type, even though the output is a class library, I want to be able to debug this app …
0
votes
1answer
34 views

Best Practice for Obfuscating a C# Visual Studio DSL Solution as VSIX

I was wondering if anyone has any advice for obfuscating a DSL? Background - We have created a DSL which we will putting into the Visual Studio Gallery as a VSIX file. We already use dotfuscator for …
0
votes
1answer
45 views

Opening a file from TFS using the full TFS Path, from a web site

So I have a website running that displays full path of a TFS File on the page somewhere, I want the user to be able to click on it, which should then open up that file from TFS inside their Visual …
1
vote
4answers
296 views

Open a VS 2005 Solution File (.sln) into memory

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; …
0
votes
2answers
89 views

C# CodeFunction2 - How do you prevent creation of ‘return’?

I am creating a C# class as per: http://msdn.microsoft.com/en-us/library/x6h10s6x.aspx however I want my own 'return' rather than the return default(int); it automatically generates. I know I can …
2
votes
3answers
599 views

How do I write to the Visual Studio Output Window in My Custom Tool?

I am writing a custom tool and I currently have it doing what I want as far as functionality. I would like to be able to write to Visual Studio if something goes wrong. (Incorrectly formatted code or …
0
votes
1answer
180 views

Creating a item template for Visual Studio 2008, with file-dependencies, is it possible?

I have a template that adds a new entry to the "Add->New item" right-click menu on a project in the solution explorer in Visual Studio. I have already built the template, put it into my ItemTemplates …
0
votes
1answer
41 views

Visual Studio style editor for an application-specific scripting language?

Right now I only know about Visual Studio 2008 Shell and the custom control used in the Snippet Compiler. Also is VS shell suitable for this job? I don't know if it's a custom control or a standalone …
0
votes
1answer
104 views

e.data.GetData is always null

I am working with Visual Studio 2010, developing an Extension I need to drag and drop from a WPF TreeView in a Toolwindow onto a DSL Diagram but when I call e.data.GetData I can not get a value and …
5
votes
3answers
205 views

Should a new Visual Studio-Based Application be based on 2008 or 2010?

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 …
1
vote
4answers
109 views

Can you process T4 templates from inside a .NET application?

Can you process T4 templates from inside a .NET application? Is that code available to be called? included in a project? licensing? update: so it does look like you would have to use VS in some way.
0
votes
1answer
110 views

How to access selected project in Solution Explorer from a Visual Studio Add-In?

I developed a VS 2008 add-in and added a custom menu item to context menu for "Project" nodes in Solution Explorer. This allows me to right-click any project in solution and perform a custom …

1 2 3 4 5 next
15 30 50 per page