Problem
This isn't a problem but a suggestion for a feature of the code editor. When on a line of code in the editor it isn't always obvious which set of parenthesis belong together when you move the insert cursor via keyboard over the line of code.
Proposed Solution
In the screenshot below the insert cursor on the line is positioned on the first parenthesis highlighted with the light blue color, Using the arrow key and moving the cursor over any of the parenthesis "highlights" the pair it is under. The remaining parenthesis pairs that I underlined with red remain in the normal font and color.

This would be a nice to have if the IDE editor is capable of doing this without a lot of effort.
Example Workflow
Alternatives Considered
Who Would This Help?
Anyone who has code which incorporates many nested groupings of parenthesis.