helix editor: what language servers from packages make it similar to vscode?

I want to use helix editor for web dev (typescript, javascript, html, css), without globally installing language servers from npm. I've seen some recent comments in the forums about helix and was wondering if there are language servers installable from packages that would make the experience similar to using code-oss - autocomplete, suggestions, commenting code etc.? Thank you.
 
If you frequently use colors in your .css files, I recommend Geany because it has a very handy and always-available color picker. There's even a plugin that displays the color when you hover over a hexadecimal value.
 
Back
Top