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

Gray out `@as()` calls to make them less distracting

elyalon opened this issue 12 months ago
simplify comptime interpreter testing helper

Techatrix opened this pull request about 1 year ago
completions: add result type based completions for builtin arguments

mlugg opened this pull request about 1 year ago
Fix/improve `union(enum)` completions

nullptrdevs opened this pull request about 1 year ago
fix signature help when cursor is after the lparen of the function call

Techatrix opened this pull request about 1 year ago
remove `enable_ast_check_diagnostics`

Techatrix opened this pull request about 1 year ago
remove build options documentation from README

Techatrix opened this pull request about 1 year ago
analysis refactor + coverage

Techatrix opened this pull request about 1 year ago
safety related fixes

Techatrix opened this pull request about 1 year ago
fix address of analysis on primitive value

Techatrix opened this pull request about 1 year ago
zls crashes in `instanceTypeVal`

IntegratedQuantum opened this issue about 1 year ago
C header path option

GPotoshin opened this issue about 1 year ago
Autocomplete union(enum) variant

iacore opened this issue about 1 year ago
Renaming a local variable should be instant.

matklad opened this issue about 1 year ago
selectionRange: include function parameters in the result

matklad opened this pull request about 1 year ago
cInclude no longer showing added libraries.

overlandandseas opened this issue about 1 year ago
update to zig `0.12.0-dev.2138+828d23956`

Techatrix opened this pull request about 1 year ago
search for include directories in imported modules

Techatrix opened this pull request about 1 year ago
Update Nix flake inputs

hqnna opened this pull request about 1 year ago
update to new module system

xdBronch opened this pull request about 1 year ago
Pay back some DocScope techdebt

SuperAuguste opened this pull request about 1 year ago
Added config setting to toggle display of function definition in label details

diocletiann opened this pull request about 1 year ago
simplify `offsets.sourceIndexToTokenIndex`

Techatrix opened this pull request about 1 year ago
correctly handle comments when creating discard code actions

Techatrix opened this pull request about 1 year ago
autofix messes with comment at line end

iacore opened this issue about 1 year ago
move global error/enum completions to `completions.zig`

Techatrix opened this pull request about 1 year ago
semantic token + analysis fixes

Techatrix opened this pull request about 1 year ago
provide completions for creating `std_options`

xdBronch opened this issue about 1 year ago
Local ZLS config per project

BrookJeynes opened this issue about 1 year ago
Zls shows incorrect types with nested ArrayLists

tymbaca opened this issue about 1 year ago
make coverage report only informational

Techatrix opened this pull request about 1 year ago
fix analysis issues related to primitive types

Techatrix opened this pull request about 1 year ago
Intellisense for conditionally added modules

akhildevelops opened this issue about 1 year ago
Snippets should be configurable

nullptrdevs opened this issue about 1 year ago
remove snippets for float and int types

xdBronch opened this pull request about 1 year ago
add `anytype` snippet

alichraghi opened this pull request about 1 year ago
select build on save step

Techatrix opened this pull request about 1 year ago
Merge `Type` and `TypeWithHandle`

FnControlOption opened this pull request about 1 year ago
show size/alignment/padding in tooltip for type annotations

nektro opened this issue about 1 year ago
Add some tests for completion snippets

FnControlOption opened this pull request about 1 year ago
update bug issue template

Techatrix opened this pull request about 1 year ago
the bug issue template should put expected behavior after actual

nektro opened this issue about 1 year ago
Surface build runner errors

SuperAuguste opened this pull request about 1 year ago
use `std.Uri` instead of our own code

Techatrix opened this pull request about 1 year ago
move goto and references request handlers out of `Server.zig`

Techatrix opened this pull request about 1 year ago
type erase `iterateChildren` and `iterateChildrenTypeErased`

Techatrix opened this pull request about 1 year ago
give filesystem completions on string literals in build files

Techatrix opened this pull request about 1 year ago
update document store documentation

Techatrix opened this pull request about 1 year ago
handle `offsets.positionToIndex` on more characters than line length

Techatrix opened this pull request about 1 year ago
add autofix comments + diagnostic on discards

Techatrix opened this pull request about 1 year ago
Combine doc comments of declaration and definition

FnControlOption opened this pull request about 1 year ago
Fix type resolution of various primitives

FnControlOption opened this pull request about 1 year ago
Bulid error with latest zig version

okobenoko opened this issue about 1 year ago
error for mismatched number of function arguments

xdBronch opened this issue about 1 year ago
Include dirs for `@cInclude`

bluesillybeard opened this issue about 1 year ago
Missing Diagnostics

XeroOl opened this issue about 1 year ago
Redundant `inline`s in comptime scope

nullptrdevs opened this pull request about 1 year ago
Disable autofix by default

SuperAuguste opened this pull request about 1 year ago
completions for re-exported functions

nolanderc opened this pull request about 1 year ago
node tag `.identifier` != token tag `.identifier`, eg `@Some`

nullptrdevs opened this pull request about 1 year ago
code_actions: autofix unused capture in while loop with continue stat…

travisstaloch opened this pull request about 1 year ago
Fix JSON union parsing bug

Beyley opened this pull request about 1 year ago
disable autofix for var never mutated

xdBronch opened this pull request about 1 year ago
More comprehensive support for building ZLS from dependency

SuperAuguste opened this issue about 1 year ago
Experiment with making ZLS build runner logic a build step

SuperAuguste opened this pull request about 1 year ago
Incorrect ArrayList items completions when ArrayLists nested

SuperAuguste opened this issue about 1 year ago
type of vector type aliases arent resolved

xdBronch opened this issue about 1 year ago
Delay finding and associating a build file with a (handle) uri

nullptrdevs opened this pull request about 1 year ago
zls enables format on save after crashing

IntegratedQuantum opened this issue about 1 year ago
zls crashes

IntegratedQuantum opened this issue about 1 year ago
callsite references related optimizations

Techatrix opened this pull request about 1 year ago
update diffz dependency and bump minimum build version

Techatrix opened this pull request about 1 year ago
only run autofix when invoking manually

Techatrix opened this pull request about 1 year ago
allow autofix to be configurable instead of just on/off

xdBronch opened this issue about 1 year ago
Fix "autofix doesn't correctly remove lines when using tabs for inden…

nullptrdevs opened this pull request about 1 year ago
Zig Language VSCode extension can't find zig or zls in path

Inalegwu opened this issue about 1 year ago
Some `.enum_literal` completions fixes

nullptrdevs opened this pull request about 1 year ago
code action for organizing imports

Techatrix opened this issue about 1 year ago
fix invalid unwrap when failing to create build file

Techatrix opened this pull request about 1 year ago
ZLS timeout when using (huge?) cimport

alanoliveira opened this issue about 1 year ago
more test coverage + minor fixes

Techatrix opened this pull request about 1 year ago
fix position context on identifier after parens

Techatrix opened this pull request about 1 year ago
Updates deps.nix and flake.lock

acristoffers opened this pull request about 1 year ago
extend CompletionItemKind and DiagnosticTag enums

aoime opened this pull request about 1 year ago
Nix: Use callPackage pattern

judofyr opened this pull request about 1 year ago
module in build.zig is not considered as a BuildConfig packages

evopen opened this issue about 1 year ago
add -Duse_llvm flag to use native code backends

Techatrix opened this pull request about 1 year ago
goto test coverage + improvements

Techatrix opened this pull request about 1 year ago
pass correct handle in `collectVarAccessContainerNodes`

Techatrix opened this pull request about 1 year ago
autofix doesn't correctly remove lines when using tabs for indentation

IntegratedQuantum opened this issue about 1 year ago