Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/zigtools/zls
A Zig language server supporting Zig developers with features like autocomplete and goto definition
https://github.com/zigtools/zls
zls crash when enter dot in `print`
zhylmzr opened this issue about 1 year ago
zhylmzr opened this issue about 1 year ago
Should autofix be disabled by default?
SuperAuguste opened this issue about 1 year ago
SuperAuguste opened this issue about 1 year ago
Build error with latest zig build
thaibui opened this issue about 1 year ago
thaibui opened this issue about 1 year ago
Autofix on mutating constant
DivergentClouds opened this issue about 1 year ago
DivergentClouds opened this issue about 1 year ago
Miscellaneous zig std api breaking fix
jimying opened this pull request about 1 year ago
jimying opened this pull request about 1 year ago
call `zig init` instead of `zig init-exe` build_runner.yml
Techatrix opened this pull request about 1 year ago
Techatrix opened this pull request about 1 year ago
type functions that accept struct arguments give completions for the argument struct instead of the returned struct
xdBronch opened this issue about 1 year ago
xdBronch opened this issue about 1 year ago
completions for anonymous struct parameters only happen if the struct type and function are defined in a different file
xdBronch opened this issue about 1 year ago
xdBronch opened this issue about 1 year ago
set minimum build version to `0.12.0-dev.1663+6b1a823b2b`
Techatrix opened this pull request about 1 year ago
Techatrix opened this pull request about 1 year ago
fix error in binned_allocator when report_leaks is disabled
xdBronch opened this pull request about 1 year ago
xdBronch opened this pull request about 1 year ago
Add Codecov badge
SuperAuguste opened this pull request about 1 year ago
SuperAuguste opened this pull request about 1 year ago
Fix invalid codecov.yml oops
SuperAuguste opened this pull request about 1 year ago
SuperAuguste opened this pull request about 1 year ago
Update `deps.nix`
sagehane opened this pull request about 1 year ago
sagehane opened this pull request about 1 year ago
Can't goto c type definitions imported by @cimport from zig file
akhildevelops opened this issue about 1 year ago
akhildevelops opened this issue about 1 year ago
Build error with lastest zig
jimying opened this issue about 1 year ago
jimying opened this issue about 1 year ago
Wrong type given on `items` of nested `ArrayListUnmanaged`
DivergentClouds opened this issue about 1 year ago
DivergentClouds opened this issue about 1 year ago
zls doesn't pass errors from zig translate-c
ptrcnull opened this issue about 1 year ago
ptrcnull opened this issue about 1 year ago
add autofix for `local variable is never mutated` error
Techatrix opened this pull request about 1 year ago
Techatrix opened this pull request about 1 year ago
build_runners: Attempt to make GeneratedFile steps
nullptrdevs opened this pull request about 1 year ago
nullptrdevs opened this pull request about 1 year ago
Zig AstGen changes, unnecessary use of 'var'
nullptrdevs opened this pull request about 1 year ago
nullptrdevs opened this pull request about 1 year ago
Support load http proxy environment variables
jimying opened this pull request about 1 year ago
jimying opened this pull request about 1 year ago
Lots of `usingnamespace` makes ZLS crash-prone
expikr opened this issue about 1 year ago
expikr opened this issue about 1 year ago
When jumping to standard library code, it can cause the language server to crash
xiusin opened this issue about 1 year ago
xiusin opened this issue about 1 year ago
variables with the type of a generic type parameter are resolved as `type` instead of `T`
xdBronch opened this issue about 1 year ago
xdBronch opened this issue about 1 year ago
types of boolean literals are resolved as their literal value instead of `bool`
xdBronch opened this issue about 1 year ago
xdBronch opened this issue about 1 year ago
CI: run zig fmt
Techatrix opened this pull request about 1 year ago
Techatrix opened this pull request about 1 year ago
pass correct handle when iterating usingnamespace of either type
Techatrix opened this pull request about 1 year ago
Techatrix opened this pull request about 1 year ago
BUGFIX | Fix `autofix` misplacing `}` when resolving unused function parameters, and captures.
alexatcanva opened this pull request about 1 year ago
alexatcanva opened this pull request about 1 year ago
Go to definition on file struct should look for `@This()`.
Vexu opened this issue about 1 year ago
Vexu opened this issue about 1 year ago
zls panic `index out of bounds: index 25365, len 9918`
Jarred-Sumner opened this issue about 1 year ago
Jarred-Sumner opened this issue about 1 year ago
another intern pool rewrite
Techatrix opened this pull request about 1 year ago
Techatrix opened this pull request about 1 year ago
Completing a builtin with a `(` after the identifier adds extra `@`
Vexu opened this issue about 1 year ago
Vexu opened this issue about 1 year ago
Return type of `@fieldParentPtr` is wrong
leecannon opened this issue about 1 year ago
leecannon opened this issue about 1 year ago
ensure that documents do not exceed `std.math.maxInt(u32)`
Techatrix opened this pull request about 1 year ago
Techatrix opened this pull request about 1 year ago
show type of primitive instead of value in hover & inlay hint
Techatrix opened this pull request about 1 year ago
Techatrix opened this pull request about 1 year ago
fix crashes found through fuzzing
Techatrix opened this pull request about 1 year ago
Techatrix opened this pull request about 1 year ago
treat constant functions as functions
orvitpng opened this issue about 1 year ago
orvitpng opened this issue about 1 year ago
Crash with malformed function signature
InspectorBoat opened this issue about 1 year ago
InspectorBoat opened this issue about 1 year ago
flake: add per data version derivations
polykernel opened this pull request about 1 year ago
polykernel opened this pull request about 1 year ago
fix document symbols on tuple container field and builtins
Techatrix opened this pull request about 1 year ago
Techatrix opened this pull request about 1 year ago
when use builtin function crash
jinzhongjia opened this issue about 1 year ago
jinzhongjia opened this issue about 1 year ago
build from source error
ehrktia opened this issue about 1 year ago
ehrktia opened this issue about 1 year ago
Minor build runners update
nullptrdevs opened this pull request about 1 year ago
nullptrdevs opened this pull request about 1 year ago
more cimport fixes
Techatrix opened this pull request about 1 year ago
Techatrix opened this pull request about 1 year ago
fix deadlock in `DocumentStore.collectIncludeDirs`
Techatrix opened this pull request about 1 year ago
Techatrix opened this pull request about 1 year ago
return resolved init expression of var decl if the type node is `type`
Techatrix opened this pull request about 1 year ago
Techatrix opened this pull request about 1 year ago
Implicitly stating the Self const type to be type breaking type info
kfird214 opened this issue about 1 year ago
kfird214 opened this issue about 1 year ago
don't analyze unreachable code paths in test in resolveConfiguration
Techatrix opened this pull request about 1 year ago
Techatrix opened this pull request about 1 year ago
protect build file config from race conditions
Techatrix opened this pull request about 1 year ago
Techatrix opened this pull request about 1 year ago
handle symbol lookup between unescaped and escaped identifiers
Techatrix opened this pull request about 1 year ago
Techatrix opened this pull request about 1 year ago
semantic token test coverage + minor fixes
Techatrix opened this pull request about 1 year ago
Techatrix opened this pull request about 1 year ago
add back ZLS logo
Techatrix opened this pull request about 1 year ago
Techatrix opened this pull request about 1 year ago
zig breaking change ReadIntLittle -> ReadInt
andreakarasho opened this pull request about 1 year ago
andreakarasho opened this pull request about 1 year ago
Full build runners
nullptrdevs opened this pull request about 1 year ago
nullptrdevs opened this pull request about 1 year ago
fix signature help on function with self as pointer
Techatrix opened this pull request about 1 year ago
Techatrix opened this pull request about 1 year ago
proposal: struct hovers should show entire struct, minus functions
slimsag opened this issue about 1 year ago
slimsag opened this issue about 1 year ago
proposal: allow hovers on inferred struct types
slimsag opened this issue about 1 year ago
slimsag opened this issue about 1 year ago
Support more than `.string_literal` as second param to `@field`
nullptrdevs opened this pull request about 1 year ago
nullptrdevs opened this pull request about 1 year ago
enable struct field access reference test
Techatrix opened this pull request about 1 year ago
Techatrix opened this pull request about 1 year ago
module completion improvements
Techatrix opened this pull request about 1 year ago
Techatrix opened this pull request about 1 year ago
folding range fixes on anytype parameters and trailing comments
Techatrix opened this pull request about 1 year ago
Techatrix opened this pull request about 1 year ago
fix `getDeclNameToken` on unnamed test declaration
Techatrix opened this pull request about 1 year ago
Techatrix opened this pull request about 1 year ago
zls + vscode-zig: empty symbols panel for many zig std library files
slonik-az opened this issue about 1 year ago
slonik-az opened this issue about 1 year ago
document scope dod follow-up
Techatrix opened this pull request about 1 year ago
Techatrix opened this pull request about 1 year ago
refactor either type deduplication
Techatrix opened this pull request about 1 year ago
Techatrix opened this pull request about 1 year ago
Failed to found symbol
AssertionBit opened this issue about 1 year ago
AssertionBit opened this issue about 1 year ago
Some fixes
nullptrdevs opened this pull request about 1 year ago
nullptrdevs opened this pull request about 1 year ago
ZLS crash, `panic: reached unreachable code` in completions.zig
mondegreengames opened this issue about 1 year ago
mondegreengames opened this issue about 1 year ago
Special support for format strings
SuperAuguste opened this issue about 1 year ago
SuperAuguste opened this issue about 1 year ago
zls struggles to resolve types of captured values in certain nested if/for/while statements
xdBronch opened this issue about 1 year ago
xdBronch opened this issue about 1 year ago
flake.lock: Update
Techatrix opened this pull request about 1 year ago
Techatrix opened this pull request about 1 year ago
refactor representation of resolved pointer and optional types
Techatrix opened this pull request about 1 year ago
Techatrix opened this pull request about 1 year ago
completion fixes
Techatrix opened this pull request about 1 year ago
Techatrix opened this pull request about 1 year ago
resolve function calls to function pointer types
Techatrix opened this pull request about 1 year ago
Techatrix opened this pull request about 1 year ago
Nested structs don't get the completion popup
andreakarasho opened this issue about 1 year ago
andreakarasho opened this issue about 1 year ago
Fix build runner module crawler
tomc1998 opened this pull request about 1 year ago
tomc1998 opened this pull request about 1 year ago
Rename ExecError -> RunError
andreakarasho opened this pull request about 1 year ago
andreakarasho opened this pull request about 1 year ago
Update http.client methods renamed in latest zig master
andreakarasho opened this pull request about 1 year ago
andreakarasho opened this pull request about 1 year ago
ExecError -> RunError in zig master 6bf554f9a
andreakarasho opened this issue about 1 year ago
andreakarasho opened this issue about 1 year ago
child_process + Build: rename exec to run
dnjulek opened this pull request about 1 year ago
dnjulek opened this pull request about 1 year ago
Unused variables need two saves to get formatted properly
TheFunctionalGuy opened this issue about 1 year ago
TheFunctionalGuy opened this issue about 1 year ago
Your Zig version v0.11.0 does not meet the minimum build requirement of v0.12.0-dev.1125+63f9af87d
AngelZC790347 opened this issue about 1 year ago
AngelZC790347 opened this issue about 1 year ago
test signature help + fixes
Techatrix opened this pull request about 1 year ago
Techatrix opened this pull request about 1 year ago
set minimum build version to `0.12.0-dev.1125+63f9af87d`
Techatrix opened this pull request over 1 year ago
Techatrix opened this pull request over 1 year ago
Submit ZLS to winget
expikr opened this issue over 1 year ago
expikr opened this issue over 1 year ago
Array and slice prompts are wrong
zhang-chuanfeng opened this issue over 1 year ago
zhang-chuanfeng opened this issue over 1 year ago
Saving file multiple times creates a redeclaration error
Sirius902 opened this issue over 1 year ago
Sirius902 opened this issue over 1 year ago
Explore modifying Zig's parser to fit the needs of a language server
llogick opened this pull request over 1 year ago
llogick opened this pull request over 1 year ago
no switch case completion on function inside container
Techatrix opened this issue over 1 year ago
Techatrix opened this issue over 1 year ago
Remove extra comment check in `getPositionConntext`
nullptrdevs opened this pull request over 1 year ago
nullptrdevs opened this pull request over 1 year ago
completions: Unwrap the field's type if it's an optional
nullptrdevs opened this pull request over 1 year ago
nullptrdevs opened this pull request over 1 year ago
don't add snippets when the client does not support it.
danielsan901998 opened this pull request over 1 year ago
danielsan901998 opened this pull request over 1 year ago
Inlay hints for struct initialization
Techatrix opened this issue over 1 year ago
Techatrix opened this issue over 1 year ago
vscode input @ptrFromInt or @intFromPtr no tips
zhang-chuanfeng opened this issue over 1 year ago
zhang-chuanfeng opened this issue over 1 year ago
download packet timeout
zhang-chuanfeng opened this issue over 1 year ago
zhang-chuanfeng opened this issue over 1 year ago
Folding struct fail
iacore opened this issue over 1 year ago
iacore opened this issue over 1 year ago
Missing label detail for members with a default value
ryuukk opened this issue over 1 year ago
ryuukk opened this issue over 1 year ago
Don't show inlay if variable was initialized with a type already
ryuukk opened this issue over 1 year ago
ryuukk opened this issue over 1 year ago
Struct initialization completions broken for struct defined in nested struct
Jarred-Sumner opened this issue over 1 year ago
Jarred-Sumner opened this issue over 1 year ago
textDocument/rename very slow in sublime text
travisstaloch opened this issue over 1 year ago
travisstaloch opened this issue over 1 year ago