Is there a way to enable code outline support in Oracle Developer Tools for VS Code?
In the "Language PL/SQL" extension, the code outline is populated allowing you to quickly move from one procedure/function to another.

In addition, when your cursor is currently in a procedure/function, the name of it appears in the breadcrumbs at the top of the screen. This allows you to feel safe that you haven't accidentally scrolled to far when using something like Find or Find/Replace.

I think Code Outlines are critical features for any package that contains many procedures.
If this doesn't exist, can it please be added? This is the only thing stopping me from switching.
Thanks,
Chris