Skip to content

llogick/zigscient

Repository files navigation

A drop-in alternative to the original Zig Language Server, with several enhancements.

Key features and improvements:

  • Reworked Modules Collection and Lookup
  • Improved parser performance:
    • Slightly better syntax error handling
    • Faster reparsing of large documents
  • Enhanced code completions:
    • Declaration literals: autocompletion and navigation support
    • Error and function return type completions, e.g. return ., return error., and switch(err) { error. }

Note

Remember to rename the executable or update your editor's configuration