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

Bug in identifier detection

Sekky61 opened this issue 4 months ago
Add a nix binary cache to for ZLS

ethanholz opened this issue 4 months ago
Labelled Switch Support

kj4tmp opened this issue 4 months ago
WIP: fix: multiline string literals

mnemnion opened this pull request 4 months ago
zig master fixes

Techatrix opened this pull request 4 months ago
Fix potential build.zig search

PanSashko opened this pull request 4 months ago
Lower case type enums in bswap

mnemnion opened this pull request 4 months ago
Assertion failure in `identifierTokenToNameSlice`

paperdave opened this issue 4 months ago
Autocomplete and hover information for decl literals

IntegratedQuantum opened this issue 4 months ago
assertion failure in `identifierLocFromIndex`

paperdave opened this issue 4 months ago
lsp_hover: format function signatures if needed

Raiden1411 opened this pull request 4 months ago
add snippets for format/panic/log

xdBronch opened this pull request 4 months ago
No inlay hints/hover/completions for `@"i d e n t"` syntax

llogick opened this issue 4 months ago
build_runner: detect modules that have been added with `b.addModule`

Techatrix opened this pull request 4 months ago
Add root import to snippets

InspectorBoat opened this pull request 5 months ago
Update the build runner

llogick opened this pull request 5 months ago
no diagnostics for everything that depends on semantic analysis

Techatrix opened this issue 5 months ago
Unused variables should be detected by the language server

maclong9 opened this issue 5 months ago
fix completion for branches without braces

xdBronch opened this pull request 5 months ago
no completions after branches with no braces

xdBronch opened this issue 5 months ago
Autocomplete should not insert parenthesis for function pointers

IntegratedQuantum opened this issue 5 months ago
Update Zig master `@branchHint` and `builtin` type fields

mochalins opened this pull request 5 months ago
Imports aren't identified if artifacts aren't created

akhildevelops opened this issue 5 months ago
better build-on-save

Techatrix opened this pull request 5 months ago
Build error zig master 8/20 release

sngeth opened this issue 5 months ago
Solved last master build system changes to EmitBinPath

lmarzocchetti opened this pull request 5 months ago
store ast-check diagnostic using `std.zig.ErrorBundle`

Techatrix opened this pull request 5 months ago
update custom build runner in preparation for watch mode

Techatrix opened this pull request 5 months ago
fix log corruption when editing zls.log while ZLS is running

Techatrix opened this pull request 5 months ago
allow line value which is greater than the number of lines

Techatrix opened this pull request 5 months ago
commit langref.html.in to source control instead of downloading it

Techatrix opened this pull request 5 months ago
minor build on save tweaks

Techatrix opened this pull request 5 months ago
fix builtin completions after variable decl type specifier

Techatrix opened this pull request 5 months ago
build_runner: find modules in import-table under different names

Techatrix opened this pull request 5 months ago
no type completions for primitive types like u16, u32, f32 etc.

MariaSolOs opened this issue 5 months ago
Type inference through structs containing types

dnut opened this issue 6 months ago
display number details on char literal hover

julia-script opened this pull request 6 months ago
No type inference when orelse RHS is a block

Vexu opened this issue 6 months ago
No published artifacts for ZLS 0.14.0

Lynnesbian opened this issue 6 months ago
update to Zig 0.14.0-dev.764+eb1a199df

Techatrix opened this pull request 6 months ago
Module's include paths are not used by ZLS

betonowy opened this issue 6 months ago
Excludes used fields/switch cases enum completions

julia-script opened this pull request 6 months ago
build_runner: iterate transitive dependencies of each root module

Techatrix opened this pull request 6 months ago
resolve type of comparison op to @Vector(N, bool) if lhs is a vector

janis-bhm opened this pull request 6 months ago
remove the comptime interpreter

Techatrix opened this pull request 6 months ago
functions inside namespaces can't have self parameters

Techatrix opened this pull request 6 months ago
inefficient semanticTokens/range on the end of the document

Techatrix opened this issue 6 months ago
update to Zig 0.14.0-dev.470+7e7681813

Techatrix opened this pull request 6 months ago
fix semanticTokens/range when enclosing the root node

Techatrix opened this pull request 6 months ago
indexing a string has unknown type

doongjohn opened this issue 6 months ago
Documentation on Neovim/Vim is incomplete

Techatrix opened this issue 6 months ago
Documentation on Emacs is incomplete

Techatrix opened this issue 6 months ago
No C++ code completion on master branch

DasGandlaf opened this issue 6 months ago
remove duplicate capture by ref handling on for loop payload capture

Techatrix opened this pull request 6 months ago
Fix inlay hints for merged error sets

llogick opened this pull request 6 months ago
chore: trim trailing whitespace in multiline strings

WillLillis opened this pull request 6 months ago
always sort identifiers before keywords in completions

nektro opened this issue 6 months ago
LSP does not show an error when mutating a const

Hcode00 opened this issue 6 months ago
Incorrect type definition from nested hash maps.

gubsey opened this issue 6 months ago
Build failure linux

aryzing opened this issue 6 months ago
test: cache configuration values

Techatrix opened this pull request 6 months ago
Wrong type hint in for loop over reference

jen-Ya opened this issue 6 months ago
autofix `_ = non_const_var` to `_ = &non_const_var`

silbinarywolf opened this issue 6 months ago
Fixes for latest master (post abf8955 and c50f300)

mochalins opened this pull request 6 months ago
revamp CLI and logging

Techatrix opened this pull request 6 months ago
Suggest deinit method if present for the object

akhildevelops opened this issue 6 months ago
update sort score of completions item kinds

Techatrix opened this pull request 6 months ago
fix wrong handle use in resolveTaggedUnionFieldType

Techatrix opened this pull request 6 months ago
Index out of bounds (crashes when opening a file in Bun's repository)

Jarred-Sumner opened this issue 6 months ago
fix merged error set inlay hints

PaNDa2code opened this pull request 6 months ago
Merged Error Sets are not desblayed correctrly in the inlay hints.

PaNDa2code opened this issue 6 months ago
feat: Code action for variable discards

WillLillis opened this pull request 6 months ago
Resolve `(try foo())` (works when nested too)

llogick opened this pull request 6 months ago
Autosuggestion feature for try expressions

akhildevelops opened this issue 6 months ago
Typo fixes in messages/comments

mochalins opened this pull request 6 months ago
Support for run and debug actions for "bare" test names

mnemnion opened this issue 7 months ago
`CR` and `LF` appear in type hint when there is newline character

CrazyboyQCD opened this issue 7 months ago
Build on save crashes when not compiling zig.

mikestonecodes opened this issue 7 months ago
update BuildDotZigIterator to deal with different file path separators

Techatrix opened this pull request 7 months ago
Code action to create file

SoraTenshi opened this issue 7 months ago
Regression due to #1671 C imports no longer found on Windows

btipling opened this issue 7 months ago
Fix absolute path detection for build on save diagnostics

jayrod246 opened this pull request 7 months ago
update to latest zig-lsp-codegen with new LSP Message type/parser

Techatrix opened this pull request 7 months ago
switch to mlugg/setup-zig

Techatrix opened this pull request 7 months ago
Inconsistent use of case on the index

Yewzir opened this pull request 7 months ago
Support initialization options

gohryt opened this pull request 7 months ago
fix formatting of nameless parameters on extern functions

Techatrix opened this pull request 7 months ago