Replies: 3 comments
-
post the Eglot events log around the find definitions transaction |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I grepped for is what did it? It seems like it from that docstring: "Prepares metadata buffer if required (if FILENAME is missing and
METADATA-SOURCE is available) and then invokes CALLBACK with either
buffer or FILENAME of the file containing the definition.
Metadata buffer is made readonly and both omnisharp-mode and csharp-mode's
are enabled on this buffer." |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the old omnisharp.el I could xref-find-definitions on
logger.Info
and it would put me in a fileLogger.cs
with the method signatures of that class (no implementations, but I could see public methods and such). If I do it with eglot, I also get aLogger.cs
, but it's completely empty. It'd be nice if we could have that feature working, but maybe LSP makes this difficult?Beta Was this translation helpful? Give feedback.
All reactions