I've found that in a lot of my files, suggestions only appear if I explicitly press ctrl+. after closing the suggestions from other language servers. In the old typescript LSP, they always just appear as I type. This is occuring on all platforms I've tested (macOS, Windows and Linux) on the latest version of zed (1.8.2) / tsgo.
I assume it's some kind of race condition, because in smaller files / projects, it works fine. The example below does quite a lot with types.
Example:
As I type (only receiving UnoCSS suggestions, there are none from tsgo even if I scroll to the bottom):
After pressing ctrl+. to force suggestions:

I've found that in a lot of my files, suggestions only appear if I explicitly press
ctrl+.after closing the suggestions from other language servers. In the old typescript LSP, they always just appear as I type. This is occuring on all platforms I've tested (macOS, Windows and Linux) on the latest version of zed (1.8.2) / tsgo.I assume it's some kind of race condition, because in smaller files / projects, it works fine. The example below does quite a lot with types.
Example:
As I type (only receiving UnoCSS suggestions, there are none from tsgo even if I scroll to the bottom):
After pressing
ctrl+.to force suggestions: