Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

zigtools

Making free and open-source tooling for Zig users!
Collective - Host: opensource - https://opencollective.com/zigtools - Code: https://github.com/zigtools

remove build options documentation from README

github.com/zigtools/zls - Techatrix opened this pull request 11 months ago
analysis refactor + coverage

github.com/zigtools/zls - Techatrix opened this pull request 11 months ago
safety related fixes

github.com/zigtools/zls - Techatrix opened this pull request 11 months ago
fix address of analysis on primitive value

github.com/zigtools/zls - Techatrix opened this pull request 11 months ago
zls crashes in `instanceTypeVal`

github.com/zigtools/zls - IntegratedQuantum opened this issue 11 months ago
C header path option

github.com/zigtools/zls - GPotoshin opened this issue 11 months ago
Autocomplete union(enum) variant

github.com/zigtools/zls - iacore opened this issue 11 months ago
cInclude no longer showing added libraries.

github.com/zigtools/zls - overlandandseas opened this issue 11 months ago
update to zig `0.12.0-dev.2138+828d23956`

github.com/zigtools/zls - Techatrix opened this pull request 12 months ago
search for include directories in imported modules

github.com/zigtools/zls - Techatrix opened this pull request 12 months ago
Update Nix flake inputs

github.com/zigtools/zls - hqnna opened this pull request 12 months ago
update to new module system

github.com/zigtools/zls - xdBronch opened this pull request 12 months ago
Pay back some DocScope techdebt

github.com/zigtools/zls - SuperAuguste opened this pull request 12 months ago
simplify `offsets.sourceIndexToTokenIndex`

github.com/zigtools/zls - Techatrix opened this pull request 12 months ago
autofix messes with comment at line end

github.com/zigtools/zls - iacore opened this issue 12 months ago
move global error/enum completions to `completions.zig`

github.com/zigtools/zls - Techatrix opened this pull request 12 months ago
semantic token + analysis fixes

github.com/zigtools/zls - Techatrix opened this pull request 12 months ago
provide completions for creating `std_options`

github.com/zigtools/zls - xdBronch opened this issue 12 months ago
Local ZLS config per project

github.com/zigtools/zls - BrookJeynes opened this issue 12 months ago
make coverage report only informational

github.com/zigtools/zls - Techatrix opened this pull request 12 months ago
fix analysis issues related to primitive types

github.com/zigtools/zls - Techatrix opened this pull request 12 months ago
Intellisense for conditionally added modules

github.com/zigtools/zls - akhildevelops opened this issue almost 1 year ago
Snippets should be configurable

github.com/zigtools/zls - nullptrdevs opened this issue almost 1 year ago
remove snippets for float and int types

github.com/zigtools/zls - xdBronch opened this pull request almost 1 year ago
add `anytype` snippet

github.com/zigtools/zls - alichraghi opened this pull request almost 1 year ago
select build on save step

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago
Merge `Type` and `TypeWithHandle`

github.com/zigtools/zls - FnControlOption opened this pull request about 1 year ago
Add some tests for completion snippets

github.com/zigtools/zls - FnControlOption opened this pull request about 1 year ago
update bug issue template

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago
Surface build runner errors

github.com/zigtools/zls - SuperAuguste opened this pull request about 1 year ago
use `std.Uri` instead of our own code

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago
move goto and references request handlers out of `Server.zig`

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago
type erase `iterateChildren` and `iterateChildrenTypeErased`

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago
give filesystem completions on string literals in build files

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago
update document store documentation

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago
add autofix comments + diagnostic on discards

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago
Combine doc comments of declaration and definition

github.com/zigtools/zls - FnControlOption opened this pull request about 1 year ago
Fix type resolution of various primitives

github.com/zigtools/zls - FnControlOption opened this pull request about 1 year ago
Bulid error with latest zig version

github.com/zigtools/zls - okobenoko opened this issue about 1 year ago
error for mismatched number of function arguments

github.com/zigtools/zls - xdBronch opened this issue about 1 year ago
Include dirs for `@cInclude`

github.com/zigtools/zls - bluesillybeard opened this issue about 1 year ago
Missing Diagnostics

github.com/zigtools/zls - XeroOl opened this issue about 1 year ago
Redundant `inline`s in comptime scope

github.com/zigtools/zls - nullptrdevs opened this pull request about 1 year ago
Some fixes from downstream

github.com/zigtools/zig-lsp-codegen - nullptrdevs opened this pull request about 1 year ago
Disable autofix by default

github.com/zigtools/zls - SuperAuguste opened this pull request about 1 year ago
completions for re-exported functions

github.com/zigtools/zls - nolanderc opened this pull request about 1 year ago
node tag `.identifier` != token tag `.identifier`, eg `@Some`

github.com/zigtools/zls - nullptrdevs opened this pull request about 1 year ago
Fix JSON union parsing bug

github.com/zigtools/zls - Beyley opened this pull request about 1 year ago
disable autofix for var never mutated

github.com/zigtools/zls - xdBronch opened this pull request about 1 year ago
Experiment with making ZLS build runner logic a build step

github.com/zigtools/zls - SuperAuguste opened this pull request about 1 year ago
type of vector type aliases arent resolved

github.com/zigtools/zls - xdBronch opened this issue about 1 year ago
Delay finding and associating a build file with a (handle) uri

github.com/zigtools/zls - nullptrdevs opened this pull request about 1 year ago
zls enables format on save after crashing

github.com/zigtools/zls - IntegratedQuantum opened this issue about 1 year ago
zls crashes

github.com/zigtools/zls - IntegratedQuantum opened this issue about 1 year ago
callsite references related optimizations

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago
update diffz dependency and bump minimum build version

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago
only run autofix when invoking manually

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago
Some `.enum_literal` completions fixes

github.com/zigtools/zls - nullptrdevs opened this pull request about 1 year ago
code action for organizing imports

github.com/zigtools/zls - Techatrix opened this issue about 1 year ago
fix invalid unwrap when failing to create build file

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago
ZLS timeout when using (huge?) cimport

github.com/zigtools/zls - alanoliveira opened this issue about 1 year ago
more test coverage + minor fixes

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago
fix position context on identifier after parens

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago
Rewrite using Zig compiler server

github.com/zigtools/scip-zig - SuperAuguste opened this issue about 1 year ago
Updates deps.nix and flake.lock

github.com/zigtools/zls - acristoffers opened this pull request about 1 year ago
extend CompletionItemKind and DiagnosticTag enums

github.com/zigtools/zls - aoime opened this pull request about 1 year ago
Nix: Use callPackage pattern

github.com/zigtools/zls - judofyr opened this pull request about 1 year ago
add -Duse_llvm flag to use native code backends

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago
goto test coverage + improvements

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago
pass correct handle in `collectVarAccessContainerNodes`

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago
zls crash when enter dot in `print`

github.com/zigtools/zls - zhylmzr opened this issue about 1 year ago
Should autofix be disabled by default?

github.com/zigtools/zls - SuperAuguste opened this issue about 1 year ago
Build error with latest zig build

github.com/zigtools/zls - thaibui opened this issue about 1 year ago
Autofix on mutating constant

github.com/zigtools/zls - DivergentClouds opened this issue about 1 year ago
Miscellaneous zig std api breaking fix

github.com/zigtools/zls - jimying opened this pull request about 1 year ago
call `zig init` instead of `zig init-exe` build_runner.yml

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago