Open
Description
I try to use this package to fold julia
code. It works well!
One issue I met is that the function folding starts from the function name. For example
function fn(a, b)
## many lines
end
becomes
function fn...end
I really want to keep the argument list so that the folding is like
function fn(a, b)...end
The argument list should be a sibling of the function name. Is there a way to make the fold start from the argument list?
Metadata
Metadata
Assignees
Labels
No labels