Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.08 KB

File metadata and controls

44 lines (28 loc) · 1.08 KB

fsyacc-language-service README

Provide simple language service for FsYacc (.fsy files).

Features

  1. ToolTip and InlayHint

    • Hover on a token or rule name to see the definition.
    • Inlay hints are shown for $ variables in code blocks. alt text
  2. Goto definition and Find references alt text

  3. Auto completion

    • Outside code blocks: alt text
    • Inside code blocks: alt text
  4. Document outline alt text

  5. Call hierarchy alt text

Requirements

.NET 6 or later.

Known Issues

Document outline and Inlay hints may fail while editing.