Mladen Prajdić Blog

Blog about stuff and things and stuff. Mostly about SQL server and .Net

VS 2005 and SQL Server Management Studio Keyboard Shortcuts - pure magic

If there was one thing that was going preety steadily on my nerves in VS2005 was region collapsing/opening with mouse.
So i was determined to find a shortcut for it.

And I found so much more...

Every shortcut there is in Visual Studio 2005 is listed here.

All SSMS keybard shortcuts are listed here.

These two pages are the holy grail of fast development if you ask me :))

oh and by the way.... collapsing/opening a region is CTRL + M + M. Yes, hit M twice while holding CTRL.

And do try CTRL + I... it's pure pleasure. a hint: Incremental Search :) <-- select text (works in VS and SSMS)

Legacy Comments


Taposh Dutta ROy
2006-06-21
re: VS 2005 and SQL Server Management Studio Keyboard Shortcuts - pure magic
Is there a short cut for opening the table from the database diagram?

Mladen
2006-06-21
re: VS 2005 and SQL Server Management Studio Keyboard Shortcuts - pure magic
Not that i know of.


2006-10-16
re: VS 2005 and SQL Server Management Studio Keyboard Shortcuts - pure magic
hi

Mladen
2006-10-16
re: VS 2005 and SQL Server Management Studio Keyboard Shortcuts - pure magic
Hi :)))

Gareth
2008-04-16
re: VS 2005 and SQL Server Management Studio Keyboard Shortcuts - pure magic
Thanks for these tips.

Slightly off topic: Is there a way of creating regions in SSMS query windows?

Mladen
2008-04-16
re: VS 2005 and SQL Server Management Studio Keyboard Shortcuts - pure magic
not in ssms 2005. you may use this though:
http://weblogs.sqlteam.com/mladenp/archive/2007/12/07/SSMS-Tools-Pack-0.9.5-add-in-for-SQL-Server-Management.aspx

currently regions have a bug in the addin which will be fixed this month.

in ssms 2008 regions are there.