9
votes
3answers
804 views
Tool in Visual Studio 2008 for helping with Localization
Hi,
Does anyone have any recommendations of tools that can be of assistance with moving literal values into resource files for localization?
I've used a resharper plugin called RGreatX but was …
8
votes
11answers
456 views
Domain Specific Language resources
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 …
6
votes
5answers
522 views
Visual Studio Extension to map Solution Folders to Real Folders
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 a …
5
votes
3answers
201 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 …
5
votes
1answer
169 views
How to create custom project that inherits from c# using MPF?
Hello,
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 …
5
votes
2answers
354 views
Any way to make Intellisense work, when opening a cs file that’s not part of the project?
What we ideally need is, to know how Microsoft handles XAML generated code (Those *.g.cs files). If you goto a XAML code behind, intellisense will work even if the *.g.cs file is not part of the …
3
votes
1answer
100 views
Visual Studio 2008 & Override LanguageService for Existing File Extension
Hi,
I write simple LanguageService for JavaScript language. Target IDE is Visual Studio 2008.
I want to run my LanguageService for .js extension file(default extension for JavaScript language). But …
3
votes
1answer
93 views
Including More Database Connection Options in a Visual Studio Isolated Shell Application?
When starting up an isolated mode visual studio shell application, the only databases available in the Tools->Connect to Database are Access, SQL Compact, and SQL Server Database File.
Is there a …
3
votes
4answers
310 views
which one to choose? DXCore, Resharper or VSX?
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 …
2
votes
2answers
333 views
Visual Studio 2010 addin writing articles/tutorials?
Does anyone know of some good articles / tutorials on writing addins/plugins for Visual Studio 2010?
2
votes
2answers
107 views
my vs2008 addin for textformatting is awfully slow
Hi folks,
i wrote a little addin, which does some formatting of my C# code.
in the addins Exec method i do the following
try {
TextSelection selection = …
2
votes
1answer
223 views
T4 Templates and Visual Studio Item Templates
Is it possible to create a Visual Studio item template that generates from a T4 template?
My google-fu does not seem powerful enough to yield an answer!
2
votes
2answers
178 views
What is the best way to separate UI (designer/editor) logic from the Package framework (like Visual Studio Package)
I want to separate concerns here. Create and embed all the UI logic for the Custom XML designer, object model, validations etc in to a separate assembly. Then the Package framework should only …
2
votes
2answers
1k views
Visual Studio Extensibility: Adding existing folders to a project
I'm trying to use Visual Studio 2008's extensibility to write an addin that will create a project folder with various messages in it after parsing an interface. I'm having trouble at the step of …
2
votes
4answers
268 views
How do I run (unit) tests in different folders/projects separately in Visual Studio?
I need some advice as to how I easily can separate test runs for unit tests and integration test in Visual Studio. Often, or always, I structure the solution as presented in the above picture: …
