We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following code fails for me
(defun d-serve-d-command () "Shell command to start serve-d." "serve-d") (use-package eglot ;`eglot.el' now part of Emacs :ensure t :hook (d-mode . eglot-ensure) :hook (d-ts-mode . eglot-ensure) ;; TODO: update binary of serve-d if needed :config (add-to-list 'eglot-server-programs ;https://forum.dlang.org/post/[email protected] `((d-mode d-ts-mode) ,(d-serve-d-command))))
as
eglot--error: [eglot] Unsupported or ignored LSP capability `:declarationProvider'
when trying out
M-x eglot-find-declaration
.
M-x eglot-list-connections
lists
serve-d SIL d-ts-mode, d-mode
. What am I missing here?
Do I need to tell eglot to use another LSP capability when looking up symbol definitions?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following code fails for me
as
when trying out
M-x eglot-find-declaration
.
lists
. What am I missing here?
Do I need to tell eglot to use another LSP capability when looking up symbol definitions?
The text was updated successfully, but these errors were encountered: