I searched, and went through the threads, but my situation seems a little different. I installed refactor and the bonus. I clicked on refactor in the add-in manager, but where is refactor. It's not available as a toolbar or as a menu item or as a control.
Just how do I access Refactor And where is help for it
Refactor is in my start menu. But it seems like a ghost in my IDE, which is vs2005beta2.
dennist

Refactor from DevExpress
JackG
http://weblogs.asp.net/cfranklin/archive/2005/04/21/403765.aspx
and
http://weblogs.asp.net/cfranklin/archive/2005/08/05/421701.aspx
rss245
dennist685 1/2
cjweis
Refactor! watches the code you select or move over and if it can offer a refactoring it will put a smart tag near the code. It is all context driven so if there are no options then there will be no smart tag nor menu. You can also just regular try Ctrl~ when you think you should have something available. Ctrl~ is the R! hot key and if there is one refactoring available it will be involked, if there are multiple you will see a manu.
In VS2002/2003 there is no smart tag infrastructure, so for those IDEs we had to build one from scratch and you might see demos where the smart tag is a blue elipses (...), that just means the demoer is using an older IDE.
rgds,
Richard Morris
Developer Express