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
It would be great if, instead of omnisharp-specific commands like omnisharp-go-to-definition and omnisharp-find-usages, we could delegate to xref and it's standard keybindings across modes.
A simple implementation might be somthing like this:
I tried implementing omnisharp---xref-definitions, but it seems a bit tricky to mix the sync-style behaviour that xref expects from the async style omnisharp generally uses.
The text was updated successfully, but these errors were encountered:
Emacs includes a consistent way to look up (cross reference) identifiers: https://www.gnu.org/software/emacs/manual/html_node/emacs/Xref.html
It would be great if, instead of omnisharp-specific commands like
omnisharp-go-to-definition
andomnisharp-find-usages
, we could delegate toxref
and it's standard keybindings across modes.A simple implementation might be somthing like this:
I tried implementing
omnisharp---xref-definitions
, but it seems a bit tricky to mix the sync-style behaviour that xref expects from the async style omnisharp generally uses.The text was updated successfully, but these errors were encountered: