Replies: 1 comment
-
Okay, you just need to install the Anyways, it's even in the FAQ! Lines 30 to 34 in 99b812e (use-package yasnippet :straight t :init (yas-global-mode)) |
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
-
Hello.
I noticed that in
js-json-mode
I get no code completions, despite the fact my JSON file has a $schema property.I went ahead into
M-x lsp-start-plain
and noticed that completions work there, on the very same file.Does anybody know what could be the culprit here? How do I make completionProvider appear in json-ls also on my config? My literate config is attached in the exapnder box at the bottom of this post
I'm on Emacs 30, but same thing happens on 28.
Capabilities
As you can see, completionProvider is missing when starting json-ls from my own config
In
lsp-start-plain
:In my own config:
company-diag
I also ran company-diag to see what are the differences between the two Emacs instance
I called
M-x company-diag
after writing"
so that company would trigger completionIn
lsp-start-plain
:In my own config:
The file I'm editing
The contents of the file I'm editing are below. Typing
"
above "onestop_id" should trigger completions from json-ls based on the $schemalsp-doctor
My config
I removed some parts, like mu4e and erc config.
My config
Beta Was this translation helpful? Give feedback.
All reactions