ng2-mode
ng2-mode copied to clipboard
Angular Language service integration?
Does this package integrate with Angular Language service? Or any plans to do so? Thanks.
I'm not going to make any statements on @AdamNiederer's behalf, but I would suspect that supporting a language server is something you request in lsp-mode, a minor-mode and LSP-client dedicated to supporting as many language servers as possible.
It's pretty easy to add it in yourself. See https://github.com/emacs-lsp/lsp-mode/wiki/Install-Angular-Language-server.
If you want to use eglot (which will be included in the next version of Emacs!), you can do something similar: https://github.com/joaotavora/eglot/issues/172.