codepad-chrome-app
                                
                                 codepad-chrome-app copied to clipboard
                                
                                    codepad-chrome-app copied to clipboard
                            
                            
                            
                        code structure tree
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 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.