Option to highlight parenthesis matches
In order for the braces/parenthesis highlighting to work currently, you must run the native Intellisense feature in SSMS, which creates some issues with SQL Prompt. If this were written in as part SQL Prompt, we'd be able to turn off Intellisense completely.
This is included in SQL Prompt 6.3, which can be downloaded from http://www.red-gate.com/products/sql-development/sql-prompt/
-
Blaž Dakskobler commented
Any ETA for fixing this issue?
-
BlueCollarCritic commented
IDM Comps Ultra Edit & Ultra Studio text editors support parenthesis matching or pairing and this has been an incredible time saver for me when debugging large, convoluted and deeply nested code.
-
Blaž Dakskobler commented
Can confirm Paul's findings.
-
Paul White commented
Also true in SSMS 2012 with SQL Prompt 5.3.2.2
Disabled native IntelliSense = no pair matching (parentheses or BEGIN syntaxes)
-
Jason Hannas commented
I use SSMS 2008 (10.0.4000.0) -- verified again a few minutes ago. SQL Prompt 5.2.0.5.
-
Stephen Anslow commented
I'm using 2008R2 tools against a 2005 instance and there's no matching for:
SELECT * FROM ( SELECT 1 AS One ) AS s
When keying the closing paren, it's not bolded immediately after being keyed. When moving the cursor over either open or close paren, nothing changes.
It's very RARE for parenthesis matching to work, as in, counted on on hand over the last year of constant use of SQL Prompt.
-
Justin Caldicott commented
In which version of SSMS is this a problem? I just tried turning off SSMS intellisense in SSMS 2008 and I still get parenthesis highlighting.