Start a new topic

Variable Syntax Highlighting in SQL Commander

I would like to be able to find where Variables are used in my queries easily without having to use Ctrl+F.


It would be a great help if Syntax Highlighting was available for Variables the same way it's available for Comments, Quoted Literals, Keywords, etc.



Example:


Before:


SELECT

  fake_data

FROM

  fake_table AS "My Fake Table"

WHERE

  is_data_fake = ${Is Data Fake||TRUE||Boolean}$


After:


SELECT

  fake_data

FROM

  fake_table AS "My Fake Table"

WHERE

  is_data_fake = ${Is Data Fake||TRUE||Boolean}$



Hopefully this is doable! Please let me know if you need any more info.


Thank You!

1 Comment

Thanks for the suggestion. We will add this as an improvement request.

Login or Signup to post a comment