Every developer in the world thinks reading code is harder than writing code and every devtools vendor in the world is trying to charge you money for a button you can click that lets you read code instead of writing it.
@mhoye at least IDEs are consistent at providing assistance predominantly for writing code, not so much for reading it. They gladly show me auto-completion drop down offering to write if for me, yet a good portion of them struggle at clearly highlighting the matching brace.
@aurisc4 @mhoye I lookj specifically for code navigation. That's one of the big things that distinguishes an IDE from a text editor. When that doesn't work the tool is broken (Rust is especially bad for this - cargo will install whatever you like but good luck finding a tool that lets you jump from your call to the source code)