Files
zls/src
ikrima ca8ca06da9 yolo: add type function symbols to outline
Questions:
- `getDocumentSymbolsInternal`: from looking at the code + cross referencing VSCode Api, looks like its just used to enumerate document symbols
  (call tree: `documentSymbol()->getDocumentSymbols()->getDocumentSymbolsInternal()`)
  - sanity check: are there any other places this modification needs to be propogated?
  - sanity check: specifically so that symbol resolve/rename/goto def/etc aren't broken?
- error handling: unsure what the pre/post conditions are of the parse tree when `getDocumentSymbolsInternal` is invoked
  so there might be superflous guards/checks
- any tests to add?
2022-01-12 03:25:26 -06:00
..
2021-12-29 22:25:03 -05:00
2021-12-03 08:00:22 -05:00
2021-10-19 19:26:57 -07:00
2021-12-03 08:00:22 -05:00
2021-12-03 08:00:22 -05:00
2021-12-03 08:00:22 -05:00
2021-12-03 08:00:22 -05:00
2021-12-03 08:00:22 -05:00
2021-12-03 08:00:22 -05:00
2021-12-29 22:24:34 -05:00
2021-12-03 08:00:22 -05:00
2021-12-03 08:00:22 -05:00