Nathan Bradshaw
Nathan Bradshaw
I believe the issue I am running into with my angular LSP is similar to this one. From what I gather, the Angular LSP should only be applied to HTML...
Here is a tree sitter for angular: https://github.com/dlvandenberg/tree-sitter-angular/tree/v0.1.0 Here is a fork I made to fix an issue where it wouldn't compile in zed: https://github.com/nathansbradshaw/tree-sitter-angular Here is the official language...
I've got a draft pr open for the angular lsp. It works but it's still not ideal. You have to manually enable the lsp by opening the command pallet (ctr...
Just as an update, I've started working on this again. It's still very much a WIP https://github.com/nathansbradshaw/zed-angular. And progress will be slow because I'm going to be really busy for...
It's not done and can hardly be considered functional, but if you're wanting to use unpublished extensions in zed, you need simply clone the extension repo, then in zed you...
Yeah, for the most part project identification will be solved by that pr. Although there are several other issues that I've noticed. The big one is that the Language server...
I had a little bit of time to work on this last week, I didn't get very far. There are two main issues I am trying to wrap my head...
Thank you all for all your work on finding answers to these questions! I will try to find some time this weekend to chip a little bit more on this.
Thank you for the suggestions @muuvmuuv, I've gone ahead and tested and added the changes you suggested. It looks to be working like expected. The highlighting needs to be updated...
@AlexDaniel The goal will be to eventually have a fully fledged angular LSP, close to if not equivalent to what is found on VS Code. There are some limitations at...