Replies: 2 comments 1 reply
-
(defun td-syntax-js-fixes ()
(local-set-key (kbd "M-.") #'xref-find-definitions))
(add-hook 'js-ts-mode-hook 'td-syntax-js-fixes) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
trev-dev
-
This is a bug for js-ts-mode. Please report it there
…On Tue, Jan 9, 2024, 19:36 Trev ***@***.***> wrote:
Closed #1348 <#1348> as
resolved.
—
Reply to this email directly, view it on GitHub
<#1348>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAC6PQ2CZICOAUMC5WNPWCLYNWL4XAVCNFSM6AAAAABBTR3R6OVHI2DSMVQWIX3LMV45UABFIRUXGY3VONZWS33OIV3GK3TUHI5E433UNFTGSY3BORUW63R3GEYDGOJYGE3Q>
.
You are receiving this because you are subscribed to this thread.Message
ID: <joaotavora/eglot/repo-discussions/1348/discussion_event/1039817@
github.com>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For whatever reason js-ts-mode comes with unwanted keybindings that take precedence over the standard xref defaults. I'm asking about this here since other eglot users may have felt concerned about this and worked around it already. So, how do I get js-ts-mode to not do that? The
js-find-symbol
doesn't seem to work, I'd prefer to let the LSP server do its job.Beta Was this translation helpful? Give feedback.
All reactions