nathansbradshaw / zed-angular

MIT License
29 stars 3 forks source link

Go to definition does not work if HTML is selected as main LSP #11

Open nathansbradshaw opened 2 hours ago

nevadascout commented 2 hours ago

How do you select the LSP?

I noticed this as well (eg. can't go-to-definition of a component or property from a template) but I wasn't sure if this was a bug or a limitation 🤔

nathansbradshaw commented 2 hours ago

Using the shortcut cmd + K + M opens a menu that allows you to select. It's also present at the bottom right of the window. When HTML is selected, go-to-definition doesn't work, but with Angular selected HTML autocomplete doesn't work. I am still unsure if I've set something up wrong (very likely) or if it's a zed limitation.