* optimize document symbol generation * match folding range index to position conversion and documentation to document symbol's * skip function decls with no name * skip document symbol field in opaque type
* Remove some boilerplate from test * Fix missing nodes in outline
* add testing infra for textDocument/documentSymbol * add failing test for 986