Added @Chadtech 's editor idea, thanks Chad!

This commit is contained in:
Anton-4 2021-08-06 11:08:03 +02:00 committed by GitHub
parent 91cfe827b6
commit f8e3307c3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -280,3 +280,4 @@ Thoughts and ideas possibly taken from above inspirations or separate.
* "Error mode" where the editor jumps you to the next error
* Similar in theory to diff tools that jump you to the next merge conflict
* dependency recommendation
* Command to change the file to put all exposed functions at the top of the files, private functions below. Other alternative; ability to show a "file explorer" that shows exposed functions first, followed by private functions.