nicholas-ross / SSMS-Schema-Folders

This an extension for SQL Server Management Studio (SSMS). It groups sql objects in Object Explorer (tables, views, etc.) into schema folders.
GNU General Public License v2.0
162 stars 34 forks source link

SSMS Schema Folders interfere with Red Gate SQL Search. #12

Open fluffchops opened 4 years ago

fluffchops commented 4 years ago

SSMS Schema Folders interfere with Red Gate SQL Search. When you search for something and try to click on it to select the object in the Object Explorer, the index is off and it does not select the appropriate item.

AndrewBuis commented 3 years ago

2nded. I use both tools heavily. I've come close to uninstalling Schema Folders several times, due to this frustration. So far, being able to easily jump to the object via typing (e.g. typing tab to jump to "TableName" instead of dbo.tab) is slightly more convenient than SQL Search's "Select object in Object Explorer". I frequently work with a database with hundreds of objects with the table/stored procs folder. So both searching and jumping to the object instead of scrolling is a big time saver.