I am developer of SSMSBoost add-in that was recently released for SSMS2008/R2, the intention was to add add features that speed up daily routine tasks:
Shorcuts:
F2 - (in SQL Editor): script object located unted cursor
CTRL + F2 - (in SQL Editor): find object located under cursor in object explorer and focus it
+It includes Shortcut editor, that is missing in SSMS2008 (is coming in SSMS2012)
also SSMSBoost adds toolbar with buttons:
- Syncronize SQL Editor connection to Object Explorer (focuses current database in Object Explorer)
- Manage your own preferred connections and switch between them through combo-box (including jumps between servers)
- Auto-replacements: typing "sel" will replace it by
select * from
and you can also add your own token-replacement pairs
- and some more useful features
