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

semantic token fixes

Techatrix opened this pull request over 1 year ago
ZLS no code completion in VSCode

ndbn opened this issue over 1 year ago
Add back AST level r_brace finding with fix for crash.

gauzey opened this pull request over 1 year ago
build.zig: support offline building

BratishkaErik opened this pull request over 1 year ago
more fuzzer fixes

Techatrix opened this pull request over 1 year ago
remove usage of deprecated float NaN constants

leecannon opened this pull request over 1 year ago
add compiler version command line flag

leecannon opened this pull request over 1 year ago
Multiple build runners

leecannon opened this pull request over 1 year ago
nix: add missing dependency on zig language reference file

Techatrix opened this pull request over 1 year ago
generate version data file in build phase

Techatrix opened this pull request over 1 year ago
config related fixes

Techatrix opened this pull request over 1 year ago
use realpathAlloc to make paths from zig env absolute

notcancername opened this pull request over 1 year ago
ZLS doesn't resolve relative paths fronm `zig env`

notcancername opened this issue over 1 year ago
use correct response error codes

Techatrix opened this pull request over 1 year ago
only resolve config options on startup

Techatrix opened this pull request over 1 year ago
correctly parse custom values according to LSP Specification

Techatrix opened this pull request over 1 year ago
search for build files even if a zig executable is not available

Techatrix opened this pull request over 1 year ago
fix potential buffer overflow when rendering parse diagnostics

Techatrix opened this pull request over 1 year ago
Error when using for loop with index syntax

that-ambuj opened this issue over 1 year ago
Disable opening and closing loclist automatically in neovim

that-ambuj opened this issue over 1 year ago
build_runner: handle more types of include dirs

leecannon opened this pull request over 1 year ago
fix typo and formatting ts example in the `Range` document.

sina-devel opened this pull request over 1 year ago
zls is broken in bun's repo

Jarred-Sumner opened this issue over 1 year ago
clean up Nix flake using zon2nix

figsoda opened this pull request over 1 year ago
build_runner: recurse into dependant steps and handle GeneratedFile correctly

leecannon opened this pull request over 1 year ago
explore duplicate packages in build runner

Techatrix opened this pull request over 1 year ago
incorrect completions on nested generic type like std.ArrayList

CGQAQ opened this issue over 1 year ago
ZLS 0.11?

jeffbdavenport opened this issue over 1 year ago
Is `zls` performing any transformation on `_`?

xphoniex opened this issue over 1 year ago
check `linkSupport` when handling goto requests

xphoniex opened this pull request over 1 year ago
mach-core module not being resolved for examples

Beyley opened this issue over 1 year ago
prefer editor settings over zls.json

nektro opened this issue over 1 year ago
Autocomplete items duplicated sometimes

paperdave opened this issue over 1 year ago
Fix goto definition on vim8/ycm and vim-lsc

gauzey opened this pull request over 1 year ago
Update flake.lock

jptrzy opened this pull request over 1 year ago
Update data for Zig 0.11.0

BratishkaErik opened this pull request over 1 year ago
update usage of std.zig.system.NativePaths

Techatrix opened this pull request over 1 year ago
Disable fuzzing temporarily until fuzzer/infra is fixed

SuperAuguste opened this pull request over 1 year ago
fix infinite loop on struct init field completion

Techatrix opened this pull request over 1 year ago
detect type reference cycles on hover

Techatrix opened this pull request over 1 year ago
infinite loop when collecting referenced types on hover

Techatrix opened this issue over 1 year ago
Remove the extra part from hover message

xphoniex opened this pull request over 1 year ago
hover msg has something extra at the end

xphoniex opened this issue over 1 year ago
add workaround for https://github.com/ziglang/zig/issues/16647

Techatrix opened this pull request over 1 year ago
Updates Nix lock to newer compiler version.

Techatrix opened this pull request over 1 year ago
resolve std.ArrayList(T).Slice

Techatrix opened this pull request over 1 year ago
update build runner

Techatrix opened this pull request over 1 year ago
update stage 2 sources

Techatrix opened this pull request over 1 year ago
infinite loop on struct init field completion

Techatrix opened this issue over 1 year ago
chore: update for zig version v0.11.0-dev.4332+43b830415

speed2exe opened this pull request over 1 year ago
Fix building for Zig version 0.11.0-dev.4332+43b830415

BratishkaErik opened this pull request over 1 year ago
fix parsing of unknown or ill formed CodeActionKind (#1313)

Techatrix opened this pull request over 1 year ago
rework config system

Techatrix opened this pull request over 1 year ago
fix stack overflow due to cyclically anytype resolution

Techatrix opened this pull request over 1 year ago
fix use of uninitialised value

Techatrix opened this pull request over 1 year ago
improve `tokenToLoc` on invalid tokens

Techatrix opened this pull request over 1 year ago
Assertion failed for `findMatchingRBrace`

haze opened this issue over 1 year ago
build on save diagnostics

Techatrix opened this pull request over 1 year ago
Revert "Search for r_brace at the AST level, not the source code level."

Techatrix opened this pull request over 1 year ago
workflow: specify `-Dcpu=baseline` when building artifacts

Techatrix opened this pull request over 1 year ago
Update to master

antlilja opened this pull request over 1 year ago
minor semantic tokens improvements

Techatrix opened this pull request over 1 year ago
allow forward slash in zig directory path

Techatrix opened this pull request over 1 year ago
Fuzzer fixes

Techatrix opened this pull request over 1 year ago
`insertText` field malformed when completing builtin functions

vigoux opened this issue over 1 year ago
Updates Nix lock to newer compiler version.

acristoffers opened this pull request over 1 year ago
Fix Go to Type Definition

FnControlOption opened this pull request over 1 year ago
goto definition not working on vim8/ycm

xphoniex opened this issue over 1 year ago
bun's schema.zig crashes zls

paperdave opened this issue over 1 year ago
assertion failure in positionToIndex

davidgm94 opened this issue over 1 year ago
fix single threaded build

Techatrix opened this pull request over 1 year ago
only run ci in zigtools org

jiacai2050 opened this pull request over 1 year ago
Fix snippet being added to parenthesised function completion

SuperAuguste opened this pull request over 1 year ago
update to new `jsonStringify` interface

Techatrix opened this pull request over 1 year ago
Updates Nix to reflect Zon.

acristoffers opened this pull request over 1 year ago
coverage: add coverage CI action

SuperAuguste opened this pull request over 1 year ago
Simplify resolved types of primitive values

FnControlOption opened this pull request over 1 year ago
Support for type detection for if expression

sgwong opened this issue over 1 year ago
various testing improvments

Techatrix opened this pull request over 1 year ago
fix generate coverage with kcov

Techatrix opened this pull request over 1 year ago
hover/goto should show something useful

leecannon opened this issue over 1 year ago
fuzzing: improve action

SuperAuguste opened this pull request over 1 year ago
Revert "fuzzing: improve action"

SuperAuguste opened this pull request over 1 year ago
fuzzing: improve action

SuperAuguste opened this pull request over 1 year ago
CI: trigger CI when build.zig.zon changes

leecannon opened this pull request over 1 year ago
Update known-folders dependency to compile with zig master

antlilja opened this pull request over 1 year ago
Building with latest zig and zls error

cgbur opened this issue over 1 year ago
Search for r_brace at the AST level, not the source code level.

gauzey opened this pull request over 1 year ago
Various improvements

FnControlOption opened this pull request over 1 year ago
More bugfixes

FnControlOption opened this pull request over 1 year ago
Snippets of aliased functions is broken.

leecannon opened this issue over 1 year ago
Bump minimum Zig version and fix Nix Flakes

sagehane opened this pull request over 1 year ago
ignore unknown fields while parsing

Techatrix opened this pull request over 1 year ago
Commit fb56ae120f08b23242df39a952bbcd831ce248c2 breaks ZLS

arrufat opened this issue over 1 year ago
Hovering over method name crashed the language server

mahdifrmz opened this issue over 1 year ago
Enable hover for `var @"foo-bar"`

FnControlOption opened this pull request over 1 year ago
Bugfixes

FnControlOption opened this pull request over 1 year ago
support argument placeholder

jiacai2050 opened this pull request over 1 year ago
multithreaded job processing

Techatrix opened this pull request over 1 year ago