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
..
data update builtin data for zig master 2021-12-29 22:25:03 -05:00
known-folders@9db1b99219 Update submodule to latest commit (#439) 2021-12-22 23:08:05 -05:00
special build_runner: Require some paths to be given (#369) 2021-12-11 12:42:18 -05:00
zinput@5e0d781eee allocgate defeated 2021-12-03 08:00:22 -05:00
analysis.zig yolo: add type function symbols to outline 2022-01-12 03:25:26 -06:00
ast.zig fix missing double reference 2021-10-19 19:26:57 -07:00
BuildAssociatedConfig.zig fix capitalization of top level fields structs 2021-10-19 19:26:57 -07:00
Config.zig add a default option for import(builtin) 2021-12-29 19:35:16 -08:00
DocumentStore.zig builtin_path might not be set if zig_exe_path isnt found 2021-12-29 21:17:44 -08:00
header.zig allocgate defeated 2021-12-03 08:00:22 -05:00
main.zig Merge pull request #445 from nektro/autocomplete-builtin 2022-01-01 16:57:39 -05:00
offsets.zig remove Tree when it was the same as Ast 2021-09-30 18:57:45 -07:00
references.zig allocgate defeated 2021-12-03 08:00:22 -05:00
rename.zig allocgate defeated 2021-12-03 08:00:22 -05:00
requests.zig allocgate defeated 2021-12-03 08:00:22 -05:00
semantic_tokens.zig allocgate defeated 2021-12-03 08:00:22 -05:00
setup.zig allocgate defeated 2021-12-03 08:00:22 -05:00
shared.zig add builtin data for 0.9.0 2021-12-29 22:24:34 -05:00
signature_help.zig allocgate defeated 2021-12-03 08:00:22 -05:00
types.zig lsp- alias []const u8 -> string so its closer to docs 2021-10-19 19:26:57 -07:00
unit_tests.zig Fixes errors that are caused by using deprecated functions 2021-11-30 16:24:37 -05:00
uri.zig allocgate defeated 2021-12-03 08:00:22 -05:00