Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 487 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 487 Bytes

A drop-in replacement for the original Zig Language Server, with several enhancements to improve development experience.

Key differences:

  • Modified Parser
    • Slightly better syntax errors handling
    • Faster reparsing for large documents
  • Declaration Literals completions/hover/goto def
  • Completions for errors and fn returns, eg:
    • return .
    • return error.
    • switch(err) { error. }

Note

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