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
I'm using typescript with the ts-ls server in Emacs from master on NixOS.
I have
(setq lsp-javascript-display-parameter-name-hints 'all
lsp-javascript-display-parameter-name-hints-when-argument-matches-name nil
lsp-javascript-display-variable-type-hints t
lsp-javascript-display-return-type-hints t
lsp-javascript-display-property-declaration-type-hints t)
(setq-local lsp-ui-sideline-show-symbol nil)
(lsp)
in my typescript-ts-mode hook. None of it is being respected. What am I missing? Inlay hints are enabled and work in other languages.
The manual (lsp) call is to make sure direnv is called first (nix things). I'm still getting warnings and errors and types in popups.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using typescript with the ts-ls server in Emacs from master on NixOS.
I have
in my typescript-ts-mode hook. None of it is being respected. What am I missing? Inlay hints are enabled and work in other languages.
The manual
(lsp)
call is to make sure direnv is called first (nix things). I'm still getting warnings and errors and types in popups.Beta Was this translation helpful? Give feedback.
All reactions