racket-langserver
racket-langserver copied to clipboard
wrap identifier with `|` to get valid renaming
(define foo 1)
foo
If rename foo to foo bar, the new text should be |foo bar|, for convenience.
If one is in a different #lang than #lang racket, is adding |s what you want? (Is it what you get?)
Can syncheck-annotation know the language?
From my view this is “racket lang server”, so I will consider rare case less.