views:

229

answers:

6

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

A: 

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.

Steve Rowe
A: 

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.

DavGarcia
A: 

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

shoosh
A: 

@David

how to enable it in visual c# 2008 express edition?? I can not find the add-in manager in tool menu.

MainID
Please use the comment feature, doesnt make sense when you answer yourself with a question ;-) Also, VS express editions do not support plugins
Matt Briggs
+3  A: 

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.

Joe Erickson
A: 

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

pablito