No autocomplete for Go in multi-language project #11308
Labels
bug
[core label]
go
Go programming language support
language server failure
Language server doesn't work as expected
language server
An umbrella label for all language servers
language
An umbrella label for all programming languages syntax behaviors
Check for existing issues
Describe the bug / provide steps to reproduce it
When opening a project that includes different programming languages, Go files do not get any autocomplete.
For example, I have a project with the following structure:
client
is a javascript project in which autocomplete works. But, when openingserver/main.go
, the autocomplete does not seem to work (syntax highlighting is not affected). When opening just theserver
folder in Zed, the autocomplete does start working. So I believe this is due togo
not being the only language in the project.I have no custom settings (except for completely unrelated UI stuff).
Environment
Zed: v0.133.5 (Zed)
OS: macOS 14.4.1
Memory: 64 GiB
Architecture: aarch64
If applicable, add mockups / screenshots to help explain present your vision of the feature
No response
If applicable, attach your
~/Library/Logs/Zed/Zed.log
file to this issue.No response
The text was updated successfully, but these errors were encountered: