ng2-mode icon indicating copy to clipboard operation
ng2-mode copied to clipboard

Angular Language service integration?

Open kresdjan opened this issue 5 years ago • 2 comments

Does this package integrate with Angular Language service? Or any plans to do so? Thanks.

kresdjan avatar Jan 07 '20 14:01 kresdjan

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.

josteink avatar Jan 08 '20 09:01 josteink

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.

sdiltsDNRC avatar Oct 28 '22 16:10 sdiltsDNRC