Database Tools and SQL plugin: non-existent highlighting in split window
Hello!
In the 2019.3.4 release of PhpStorm I could open the same SQL file in split windows (for example, using "Split Vertically" command) and use the following IDE opportunity.
In the script like:
INSERT INTO tableA (
firstname,
lastname
)
VALUES (
"John",
"Dou"
);
if I put my cursor on the "firstname" word, I saw highlighting around "John" in the current window and in split window. But in PhpStorm 2020 there is no highlighting around "John" word in the split window, only in the first one.
Why? Is it bug or I can change it as it was in previous release?
请先登录再写评论。
Can confirm the issue on my end. Looks like the behavior has changed. It would be great if you could submit this to our tracker at https://youtrack.jetbrains.com/newIssue for a corresponding team to review.
Done! Thank you!
https://youtrack.jetbrains.com/issue/WI-52660