Hello, emacs fellas.
I’m trying to set up emacs for webdev and I cannot get good completions for html and css. I have installed lsp-mode
and html-ls
along with css-ls
, but completions are still rather poor compared to VSCode.
Is there a way to get better autocomplete?
if you have configured lsp for js html and css it should handle running 3 language servers simultaneously for auto completion. like if you open an html file that includes css and J’s it would run js and css LS
I did that, but `html-ls` is simply inferior to vscode’s completion