Navigation
SQL Tran has a performant and powerful navigation dialog which can be controlled by using a keyboard only.
Find object by name (Ctrl + K / Cmd +K)

You don't have to type out the full object name - SQL object names can be extremely long. You can type subset of name parts. Whether object is names using PascalCase or snake_case, SQL Tran can handle it.
Find in content (Ctrl + Shift + F / Cmd + Shift + F)

Searching for any text appearing in any objects is just as easy. SQL Tran will even highlight occurrences of the searched term.
Go to definition (F12 / Ctrl+click)
Pressing F12 when caret is on the name of an objects in the script will navigate to said object. This works for aliases and variables, too.
Last updated