Folding bodies puts next node same line like I tried to fix by finding last child of the node but nodes consider comments top of the next child and produces following issue: def a(): pass # comment def b(): pass => def a():... def b(): Further #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
That will still not do the right thing for nested blocks (where the inner block will still span past the newline at the end). I think attached patch should solve this.
Pull request closed