vscode-code-outline
vscode-code-outline copied to clipboard
Feature Request: Group javascript objects together
I have some old projects with objects in javascript structured like this: one.two.three.four.function1 = function () one.two.three.four.function2 = function () one.two.three.four.function3 = function ()
and code outline will display them individual each as one very long string
Would it possible to have the code view group them together for easier readability? ex: one.two.three.four function1 function2 function3
Thanks for a great extension :)