Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add angular language server #10166

Merged

Conversation

pebrianz
Copy link
Contributor

@pebrianz pebrianz commented Apr 5, 2024

Following intruction to enable it
Install @angular/language-server with npm

npm i -g @angular/language-server

Install @angular/language-service as dev dependencies in project

npm i -D @angular/language-service

Add angular to language-servers html and typescript in languages.toml

[[language]]
name ="html"
language-servers = ["angular","vscode-html-language-server"]

[[language]]
name = "typescript"
language-servers = ["angular","typescript-language-server"]

Auto completion and error checking
IMG_20240405_095410

Goto reference and goto definition
IMG_20240405_095452

Related to #4861

@the-mikedavis the-mikedavis changed the title Add angular language server #4861 Add angular language server Apr 6, 2024
@the-mikedavis the-mikedavis added S-waiting-on-review Status: Awaiting review from a maintainer. A-language-support Area: Support for programming/text languages labels Apr 6, 2024
@pascalkuthe pascalkuthe merged commit e663daf into helix-editor:master Apr 8, 2024
6 checks passed
postsolar pushed a commit to postsolar/helix that referenced this pull request Apr 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-language-support Area: Support for programming/text languages S-waiting-on-review Status: Awaiting review from a maintainer.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants