MainID
MainID

Reputation: 30114

Is there any good add-ins in Visual C#2008?

My visual assist x didn't work after I installed visual c# 2008. Is there any good add-ins like VAX?

Upvotes: 3

Views: 304

Answers (5)

Pablo Retyk
Pablo Retyk

Reputation: 5758

I've written this simple add-in, hope you find it usable.

Upvotes: 0

Joe Erickson
Joe Erickson

Reputation: 7227

The Visual Studio 2008 Comparison Chart shows that the Express editions do not support addins.

You will have to purchase at least the Standard edition to use addins.

Upvotes: 3

shoosh
shoosh

Reputation: 79021

VAX works perfectly in VS 2008. maybe you need to reinstall or get a newer version.

Upvotes: 0

DavGarcia
DavGarcia

Reputation: 18822

Their homepage says it works with VS 2008. Maybe it was disabled? Tool menu... Add-ins Manager. Otherwise might try a reinstall. VS2005 and VS2008 Add-ins are in different spots in the registry so having an Add-in installed for VS2005 will not automatically make it available for VS2008.

Upvotes: 0

Steve Rowe
Steve Rowe

Reputation: 19413

It really depends on what you want to do with the add-ins. My personal favorite is ViEmu which makes Visual Studio respect the Vim keybindings. It takes some getting used to, but once you have it down, the Vim way of doing things is extremely efficient.

Upvotes: 0

Related Questions