Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrap identifier with | to get valid renaming #80

Closed

Conversation

dannypsnl
Copy link
Contributor

@dannypsnl dannypsnl commented Sep 9, 2022

(define foo 1)
foo

If rename foo to foo bar, the new text should be |foo bar|, for convenience.

Signed-off-by: Lîm Tsú-thuàn <dannypsnl@gmail.com>
text-document.rkt Outdated Show resolved Hide resolved
Signed-off-by: Lîm Tsú-thuàn <dannypsnl@gmail.com>
Signed-off-by: Lîm Tsú-thuàn <dannypsnl@gmail.com>
@rfindler
Copy link

If one is in a different #lang than #lang racket, is adding |s what you want? (Is it what you get?)

@dannypsnl
Copy link
Contributor Author

dannypsnl commented Sep 11, 2022

Can syncheck-annotation know the language?

From my view this is “racket lang server”, so I will consider rare case less.

@dannypsnl dannypsnl closed this Oct 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants