vscode-code-outline icon indicating copy to clipboard operation
vscode-code-outline copied to clipboard

Feature Request: Group javascript objects together

Open ghost opened this issue 7 years ago • 0 comments

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 :)

ghost avatar Jun 19 '17 20:06 ghost