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

Improve CLI, fix leak, & other.

cb5eeb0b45702b5bf4b3376e2d1ef992b205ba80 authored over 2 years ago
Refactor Ast helper functions

29690f4e0b7cee1fb2d7770176e76059238bc69f authored over 2 years ago
Merge pull request #581 from leecannon/master

d12e5fd0d7b9c0f4096ac8db5ddd74f24f4f9d9e authored over 2 years ago
trigger completion after `]`

673b4b35059f3efe17cafff1e0aeadf6c03da7f7 authored over 2 years ago
Minor cleanup in formatting function

1fbf1c5427d98197deb01488bac9c49cd76c2833 authored over 2 years ago
Add fallback to old behavior on diff failure

254353a9f4e76b7caa2e67505bd10a7f0ca018e0 authored over 2 years ago
Merge pull request #578 from gpanders/highlight-uri

Only return highlights for symbols in current document

c632a7f29d67607c3c846a01d211a09c1f64d47c authored over 2 years ago
Working diff for formatting

4e33e1d61fadbbb0c9856e2670f1114a03da9227 authored over 2 years ago
Only return highlights for symbols in current document

This seems to only occur when highlighting "field access" symbols, e.g.
"bar" in a statement suc...

c4f3cd0efabe8898880ab6adfa43b40f8f216df3 authored over 2 years ago
Merge pull request #576 from Techatrix/fix-memory-leak

Fix memory leaks

8847ed54f90cb9eb07deae7ec311e631597b1f7a authored over 2 years ago
Fix memory leaks

1ab262c62503786ebbb7fba161206b0eab36643d authored over 2 years ago
Merge pull request #574 from Techatrix/tokenize-undefined

Semantic token for keyword 'undefined'

ea24928002c4ee0c90050449c091e221aed36f72 authored over 2 years ago
Merge pull request #572 from Techatrix/patch-stduri

fix 'Cannot resolve std library import'

a73c77db6dd6d5f642fd89a9b44f9f396095a308 authored over 2 years ago
Merge pull request #573 from Techatrix/patch-1

Correctly handle sentinel slices

e554c577ea89845d78bcb16c7a3f55a4662ca634 authored over 2 years ago
better semantic token for keyword `undefined`

a30d310d7fdfdb1d6831d718cf57f01dbf83a911 authored over 2 years ago
handle `ptr_type_sentinel`

cee46461e03fdbe114677e993910e18dd931ddaf authored over 2 years ago
fix 'Cannot resolve std library import'

c9d41650da25cfcfcac37437f94ccc320e0eb4c2 authored over 2 years ago
Merge pull request #570 from Techatrix/session-tests

Revive Session tests

6ed5ba833b51cf1a2b80e3dbb01cc73795dd4776 authored over 2 years ago
Add missing tests

5d4c68e9c5daf83b122864829dc1f81cc247324d authored over 2 years ago
move Context into Context.zig

e562d4cf4c1331c6253411a2eaa63e3eb3e565c3 authored over 2 years ago
Merge branch 'zigtools:master' into session-tests

ae5da361bf0e8cc858006bb3ece6c87e2e9f0499 authored over 2 years ago
provide build_runner command on failure (#569)

d83e37d99a7e182f649b33f03eb4886081d9c526 authored over 2 years ago
Format `zls.json` in setup wizard (#568)

f2315e0c7a68c7bdbb37ec3aa329a2e5ba72425c authored over 2 years ago
move ArenaAllocator into Server

fca78a98b026403812c69ddda924dbb5233af713 authored over 2 years ago
revive session tests

805148125ce9199e1c8e97e533b8ef7b9e06d35b authored over 2 years ago
add writer interface to Server & move main to main.zig

75570aef3c5f66eeb594029f96f494c1bbef0c85 authored over 2 years ago
fix format string (#565)

cf8baa35860b1cf0ed970e160a80f5be390b0835 authored over 2 years ago
update format specifiers for optional strings (#564)

528fd26a1304f264aa4a8938bd5b1f798ff57486 authored over 2 years ago
Fix tests for real? (#562)

* Actually a horrible patch

913d6aee9d6119ead4e8cd1d73aed4e92ff06da3 authored over 2 years ago
support 0.9 and master (#561)

98e5451d98b75ae27905ac019e1c5a333d4ec726 authored over 2 years ago
Merge pull request #560 from Techatrix/master

Update README.md and setup

644ded72d269542d33ae044b8761e02c05b1aeab authored over 2 years ago
update README.md and setup

- update notes for VS Code according to new changes in zls-vscode
- add instructions for setting ...

224332d3a8d510e56f8435042acb51597a2ceb0e authored over 2 years ago
Update setup wizard for ST4 (#461)

* Set include_at_in_builtins to false if Sublime Text version > 4000

e8bbb207832dc42631ee40124ad54804a7b36023 authored over 2 years ago
Implement textDocument/inlayHint (#559)

* Implement textDocument/inlayHint

* Add corresponding Config options

0ecdeeecb1311c9c25e11d02acdb2e4883b89c92 authored over 2 years ago
Merge pull request #484 from gpanders/documentHighlight

Implement textDocument/documentHighlight

39e4a561b24ca2e627f14bef05bf8898ee372e24 authored over 2 years ago
Merge pull request #558 from xiyaowong/patch-1

docs(neovim/vim): Update instruction for Coc

6df4405fb1fd679c5b70453b1382fbb4ca8f0682 authored over 2 years ago
Merge pull request #557 from Techatrix/patch-1

Highlight orelse as a keyword

0f7d173ea12a6f9cdae7b3bcb7e5df2318ad9db7 authored over 2 years ago
docs(neovim/vim): Update instruction for Coc

5fae56fb406b60393df6b32cd948bf02c0096c49 authored over 2 years ago
Limit references to current document for documentHighlight

b71a83b64a80c3bb0754b4952beb0aa73b88c6fc authored over 2 years ago
Implement textDocument/documentHighlight

94770b86c60bdf0c725dc8aa0cb219fb3a8e05a1 authored over 2 years ago
Highlight orelse as a keyword

d734245141b727aea9b1b19228452389ecb2d327 authored over 2 years ago
Merge pull request #549 from leroycep/add-flake-support

Add flake support

ab62e58515956a35e54ded9ba55f2e6484b556a1 authored over 2 years ago
Make `known-folders` a flake input

Simpler than using `fetchFromGitHub`, we can have `nix` manage the
version instead

5010de46dba932bb572a8525731244a4e42a9b07 authored over 2 years ago
Use flake-utils

5b94a7df02cd4cfd38b840139a57572b1af4e68e authored over 2 years ago
Add known-folders as a flake input

This allows the flake to work without passing in `?submodules=1`, which
makes it easy to include...

542f49087e79cdd180ae483743b2dade3c7b314c authored over 2 years ago
Add flake support

Have to use it with `nix run '.?submodules=1'`, unfortunately.

Might be able to remove that req...

ac8600cd8c3f99279e98e2c2487988c09e72425b authored over 2 years ago
Merge pull request #547 from zigtools/tokenRelativeLocation-fix-hopefully

Fix tokenRelativeLocation

949e4fe525abaf25699b7f15368ecdc49fd8b786 authored over 2 years ago
Fix tokenRelativeLocation

Closes #354

Closes #543

5f9b9c564c7dfc2c0424afd4119ddc4628231e95 authored over 2 years ago
Merge pull request #544 from Vexu/IterableDir

update to IterableDir changes in Zig std

7f8c7430b1de2caee85bdc1280813d6dea0ad49e authored over 2 years ago
update to IterableDir changes in Zig std

427f7b12ef38d78cf2c1addf7361780384428c00 authored over 2 years ago
add f80

410a2dd6ddc44e598847fdbef2a4ae3d5e2ca5fc authored over 2 years ago
Merge pull request #546 from zigtools/some-main-globals

Refactor out most main globals!

63eb5fa8fc4032f842fbab93a2bff7503eae5d86 authored over 2 years ago
Refactor builds!

8e2e597ec393923aab1b1154671ca2e00af84ab1 authored over 2 years ago
Start refactoring main -> Server's globals

1d910ed973f465850452a604928d629df2fdc386 authored over 2 years ago
Merge pull request #539 from zigtools/basic-improvements

Basic improvements!

ba68a4dcb50c3cc880fc82e1c9891ee87354a813 authored over 2 years ago
Fix config source of truth problems, refactor some more

6f19772c17abeb32a7d6998aa1d98a3253da1eef authored over 2 years ago
Add Discord link, DocumentStore now uses the config source of truth!

4507f4a275b960b89b5dc949d9f49bba485fce24 authored over 2 years ago
Merge pull request #534 from zigtools/bug-fix-thursday

Bug Fixes!

6e018d035edd9f476297b8e6ee388b8d6ad7fa27 authored over 2 years ago
Fix container function param completion

Closes #521

c640903c986badd806faf3290b274c4430c2635d authored over 2 years ago
(Hopefully) fix configuration uri/memory bugs

Closes #533

2e379336b9d08fd9b44d9e24d4fb30548b8d5bf2 authored over 2 years ago
Merge pull request #530 from zigtools/felix-upload-thank-you-felix

Beam to felix land!

c0668876f943a1be435d7728cd7c50e442feeb79 authored over 2 years ago
Beam to felix land!

fea207084996cdd5527b118b977279d63ea6c5c3 authored over 2 years ago
Merge pull request #529 from zigtools/zstd-artifacts

ZSTD build artifacts

00809f106732790a41c154696de1dfbf8e7af5b0 authored over 2 years ago
Increase workflow perf/debugability on non-main

c7400a34fdb7907abdf40229e4366f6fe37e4281 authored over 2 years ago
Merge pull request #528 from alichraghi/patch-1

setup: Update vscode configuration snippet

97ac0e6ad0aa2c28b295881eba0f1ea3b9640624 authored over 2 years ago
setup: Update vscode configuration snippet

5162e9a8034dda061b7555b2392cc824a6aed161 authored over 2 years ago
use zstd tars

25421aa7a64a201f341ec9fd70b8199139f32b42 authored over 2 years ago
Merge pull request #525 from Techatrix/master

Fix out of bound panic

24ec046b4acbcd45a88ec3efd824436147ec9fb4 authored over 2 years ago
Remove unnecessary pointer indirection

6b668206778ff19fec5356b9dd36eb026e85dada authored over 2 years ago
Merge pull request #520 from zigtools/finish_configuration

Workspace configuration server request model implemented!

d43156531201c76b2f2e0c63702b7151b9efaf56 authored over 2 years ago
Fix CI?

I really need to fix Zig's error handling on message send failure, it's so bad :sob:

37f79c86faf5e0ab614888423e8f4afe65ea55a1 authored over 2 years ago
workspace configuration server request model implemented!

acd57ddb1606006de2df974c587e649a6a4e5ce8 authored over 2 years ago
Fix build.zig typo for enable_tracy using better wording

8d27b172aa8bc3df0f0ddb5f23ad520c8fa8839e authored over 2 years ago
@import and @embedFile completions!

43c61b3da606dc9eecfc74b38f4f55ac654d1c84 authored over 2 years ago
Add config option, fix config wizard, fix random crash and extern unused highlighting

3b33750f598ced24fc0e34ce030284bd6fcfc8c3 authored over 2 years ago
Nice to have style hint and bug fix

bb89c3518bed0c65da34c9973cb233f332cfdb77 authored over 2 years ago
Fix small bugs

Thanks for the heads up Travis :)

5838a34101343e801f19cb080c0dc70c68dd0c93 authored over 2 years ago
Basic variable type resolution on hover

0c0cb261b7ce4669e37a4af84703f85c57ffb392 authored over 2 years ago
Fix function snippets not working with details

0f3eb1df367fbf3db679aab36726784498e48ab4 authored over 2 years ago
Add config option for unused vars

a96532aa657ff8a670cec295e8c4e1be19a51491 authored over 2 years ago
Tests pass?

3f880a0c4087bcc3f53c53e3af35bebb8cae58f5 authored over 2 years ago
Add super basic unused variable support

e5e76c806322e2ad07d2fe806ce3a9652cc14358 authored over 2 years ago
Merge pull request #507 from ryuukk/label_details_support

Label details support

cad9b0aba2f1496635fc282f47cfd4284d4efa1c authored over 2 years ago
Merge branch 'master' into label_details_support

acb339ab955a5d226d78316e17a557752adb5318 authored over 2 years ago
Put constants/imports at the top

9101cc7c3ffef4cb16e54bd650d6b7a6bdd7bb33 authored over 2 years ago
Cleanup

1abf3289474f7819484e2218cc6d7995adcf4ce6 authored over 2 years ago
Sort completion items

b625eb763eca0b4a73c323a21a5cc82f9eae8caa authored over 2 years ago
Add sortText to CompletionItem struct

64fe8a6b031a416eba8317686741c804fafa4e61 authored over 2 years ago
Append the actual label so it can then be sorted a-z

2fdb05f78306b8597c47685b86ee60007d7e45ee authored over 2 years ago
Update test

7fa58ae1b86b2f8c522aba24eb3896d2117cf49d authored over 2 years ago
Make Kind public

03f27ef1453ec7f0633f112a5878e00287065505 authored over 2 years ago
fix memory leak

e9e4a1522465ae21ea6568135e4c07378713489e authored over 2 years ago
Ease debugging package loading from build_runner

178e823d77a099a099a64d3269ce9e913f86dac9 authored over 2 years ago
Add link to the note

c964c4545ae17afb87e89ac49d04a47d7c86297f authored over 2 years ago
Implement label details support

64f525f95fa132cd26f5b4f03bdd6d2e39cfc47d authored over 2 years ago
Update request to enable label details support

803f89941b2dcc48d3c37469070cfc9b3f2eeb0c authored over 2 years ago
Update types for label details support

2a181af8230e150f947c41da5ec0a0947bf6e243 authored over 2 years ago
fix off by one error in documentRange

fc5b1c64579e0ec33ea374051bcfef59ebfc0c5c authored over 2 years ago
Remove duplicated deinit defer for GPA

083dd5fbdfbdc869fd9119c69a15b764ba366209 authored over 2 years ago
only send format editings when necessary

If the original document is same as the formatted one, there's no need to send the unchanged
doc...

769fecf9c8af6b3de2fc5f535d71db21068a988c authored over 2 years ago