Syntax Highlighting on Insert Statement

MannyO13

Member
When I click a variable (n_company_id) syntax highlighting works as expected...

vT3cdsu.png


But when I click on the same variable inside the insert statement, it does not highlight all instances of n_company_id...

0Dz6QaJ.png


Why? How can I fix that?
 
The insert column highlighting takes precedence over the variable highlighting. There is currently no option to change this behavior.
 
Marco Kalter said:
The insert column highlighting takes precedence over the variable highlighting. There is currently no option to change this behavior.
This seems like a major flaw.

It should do both, column and variable highlighting.
 
The discussion about it was already here about 3 years ago.
Unfortunately, it ended without results. :-(
Maybe it could be realized as suggested by MannyO13. Because the current solution is very inconvenient to use.
 
Last edited:
Back
Top