andrewbrg / codepad-chrome-app

An awesome multi-language IDE written in JavaScript, crafted for ChromeOS and released under the GNU general public license!
https://chrome.google.com/webstore/detail/code-pad-ide/adaepfiocmagdimjecpifghcgfjlfmkh
GNU General Public License v3.0
134 stars 86 forks source link

code structure tree #62

Open elvinibbotson opened 3 years ago

elvinibbotson commented 3 years ago

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.

coder0107git commented 1 year ago

@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.