salesforcedx-vscode icon indicating copy to clipboard operation
salesforcedx-vscode copied to clipboard

Add Symbol Hierarchy to the Outline View

Open tehnrd opened this issue 1 year ago • 0 comments

Visual Studio code has released Sticky Scroll in version 1.70, which is awesome! https://code.visualstudio.com/updates/v1_70#_editor-sticky-scroll https://www.tiktok.com/@vscode/video/7130009070798392618

But for this to work correctly, it requires the Outline section of VSCode to have a proper hierarchy of symbols. For some reason, the Outline for .cls files is completely flat, and this feature does not work with Apex code...

Screen Shot 2022-08-11 at 9 30 05 PM

Adding proper hierarchy support in the Outline for Apex class files would enable this feature to work properly in VSCode.

Sorry if this is the wrong place to add this, point me to the correct repo if this is wrong, and I will create a request there.

tehnrd avatar Aug 12 '22 01:08 tehnrd