clarinet icon indicating copy to clipboard operation
clarinet copied to clipboard

LSP: Completions for annotations

Open obycode opened this issue 2 years ago • 0 comments

Clarinet supports "magic comments" that annotate the code for the check-checker (and potentially for other use cases in the future). It would be great if the LSP could help complete these annotations.

        ;; #[allow(unchecked_data)]
        (var-set billboard-message message)

obycode avatar Dec 14 '22 17:12 obycode