Simple outline for golang files.
It shows all following symbols contained in the whole package:
If a file changes, the tree will be updated.
You need go-outline-parser
on your $PATH
.
Having set $GOPATH
, then this will do:
go get github.com/frairon/go-outline-parser
go-outline:toggle
[ctrl-alt-o] -> activates the outlinego-outline:focus-filter
[ctrl-shift-E] -> jumps directly in the filter inputIn the filter input:
ESC
clears the filterEnter
jumps to the first filtered itemBug reports, Issues and PRs are always welcome!
MIT License - see the LICENSE for more details.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.