codepad-chrome-app icon indicating copy to clipboard operation
codepad-chrome-app copied to clipboard

code structure tree

Open elvinibbotson opened this issue 5 years ago • 1 comments

Would be nice to have, below the file tree on the left, an equivalent tree for the current file... in JavaScript, all {...} code sections (with + showing nested {...} sections) in HTML,

,
s, etc with + showing nested elements/
s Click on a line in the tree to jump to that bit of code in the file I used to like having a similar feature when I used Eclipse.

elvinibbotson avatar Oct 28 '20 14:10 elvinibbotson

@elvinibbotson Since Codepad uses Ace as the text editor and just adds a usable interface, that should be requested here. If Codepad was modified to use Monaco Editor (the underlying editor of VS Code) then that would be doable.

coder0107git avatar Nov 17 '22 04:11 coder0107git