You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is there a way to get documentation of my own project on hover instead of text like imported from "file.rkt"
either scribl docs or insource docs similar to how clojure-lsp does when defined as
(defnfoo"I don't do a whole lot."
[x]
(println x "Hello, World!"))
The text was updated successfully, but these errors were encountered:
That's limited by upstream DrRacket, lsp here is taking their result; for document, I believe you can use open document in vscode, which will go to link of scribble document page.
is there a way to get documentation of my own project on hover instead of text like
imported from "file.rkt"
either scribl docs or insource docs similar to how clojure-lsp does when defined as
The text was updated successfully, but these errors were encountered: