zls/src
2021-04-05 20:01:03 +03:00
..
data Implemented the signature help request. 2021-04-02 20:49:01 +03:00
known-folders@e1794360c0 Update zinput, known-folders and enable global configuration (#277) 2021-03-31 17:54:27 +03:00
special zls will now run the package extraction build runner without copying it 2021-01-12 13:10:51 +02:00
zinput@95106b1f71 Update zinput, known-folders and enable global configuration (#277) 2021-03-31 17:54:27 +03:00
analysis.zig Merge branch 'master' of github.com:zigtools/zls 2021-04-05 19:45:12 +03:00
ast.zig Fixed lastToken for fn_proto_multi nodes 2021-04-05 20:01:03 +03:00
config.zig Add option to truncate long completions 2021-03-27 20:37:51 +01:00
document_store.zig Fix stack overflow and clean up a bit of resolveTypeOfNode (#297) 2021-04-05 14:46:05 +03:00
header.zig Fixed build on latest zig nightly 2020-07-12 22:12:09 +03:00
main.zig Correctly handle skipping self parameters in signature help requests 2021-04-03 18:54:26 +03:00
offsets.zig Before documentPositionContext returns .empty, check if an identifier 2021-03-31 02:25:49 +03:00
references.zig Removed all zig.ast.Tree methods that call lastToken with our own versions 2021-03-30 20:59:58 +03:00
rename.zig All functionalities implemented. Also implemented ability to skip searching for references through std 2021-03-06 20:55:59 +01:00
requests.zig Started signature help implementation 2021-04-01 14:20:37 +03:00
semantic_tokens.zig Fix stack overflow on missing return value & improve getDocCommentTokenIndex correctness (#290) 2021-04-04 02:03:25 +03:00
setup.zig Fix crash on Windows (#286) 2021-04-03 12:14:52 +03:00
signature_help.zig Made lookupGlobalSymbol start the search from the innermost scope that contains the source index 2021-04-04 15:28:57 +03:00
types.zig Use a null filterText instead of an empty string by default 2021-04-05 11:58:41 +03:00
unit_tests.zig Accelerate symbolReferencesInternal by another factor of 2 and activate unit tests 2021-03-29 14:08:38 +02:00
uri.zig Accelerate symbolReferencesInternal by another factor of 2 and activate unit tests 2021-03-29 14:08:38 +02:00