Toggles inlining of functions/collections under cursor, by parsing quotes/brackets. Designed to be c-family language agnostic, but here are some sample use-cases.
- function declarations/calls -- toggle inline vs one-line-per-param
- lists/tuples/arrays -- toggle inline vs one-line-per-item
- hashes/dicts -- toggle inline vs one-line-per-keypair
- nested collections/functions -- cursor-based inlining (inline/expand only inner, or outer)
" put your cursor on a line that is part of a function-call/declaration, and execute
:ToggleInline
You may consider setting this to a keybinding for convenience
nnoremap ti :ToggleInline<CR>
make build # build helptags
make test # run tests
Bugs tracking is managed by [git-bug](https://github.com/MichaelMure/git-bug). Please install.
git bug user create # create your user
git bug pull # fetch latest bugs
git bug webui # show bugs