Open nordlow opened 1 year ago
lookup works fine here with vscode, so it's likely an issue with how serve-d is initialized with emacs.
Can you share more log, especially the initialization parts?
lookup works fine here with vscode, so it's likely an issue with how serve-d is initialized with emacs.
Can you share more log, especially the initialization parts?
Ok, thanks.
Which logs are you referring? The output from serve-d?
the LSP logs, ideally also what emacs sends and receives, but the serve-d logs alone (e.g. piped to a file) would probably also help already.
Enable trace logging for it
Adding
to my
~/.emacs.d/init.el
followed by a manual evalutation ofand manual activation of
lsp-mode
ind-mode
sets up a connection to an instance of serve-d.However trying out
xref-find-definitions
on, for instance, the symbolWordOrder.mostSignificantWordFirst
at https://github.com/nordlow/gmp-d/blob/master/src/gmp/z.d#L312 results in. What's missing?
See also https://forum.dlang.org/post/phfkgudvadkqkmnvfrvu@forum.dlang.org.