Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 724 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 724 Bytes

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