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

Show textDocument/hover for functions from current project #131

Open
masoodrb opened this issue Aug 23, 2024 · 1 comment
Open

Show textDocument/hover for functions from current project #131

masoodrb opened this issue Aug 23, 2024 · 1 comment

Comments

@masoodrb
Copy link

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

(defn foo  
  "I don't do a whole lot."  
  [x]  
  (println x "Hello, World!"))
@dannypsnl
Copy link
Contributor

dannypsnl commented Aug 24, 2024

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.

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

No branches or pull requests

2 participants