-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
truncated language server suggestions - missing parameters (clangd) #16057
Comments
Which language / language server are you using that is triggering this? |
@notpeter sorry just saw your message #include <string>
class VulkanShader {
public:
VulkanShader(const std::string& vert, const std::string& frag) :
private:
std::string mVertBin;
std::string mFragBin;
}; after the semicolon in like 6 when i type the letter |
[emc@Vroom ~]$ clangd --version
clangd version 18.1.8
Features: linux
Platform: x86_64-pc-linux-gnu if it is using the clangd that i have installed in my system, not sure how to check it from zed |
I can reproduce. Running Ubuntu Linux 22. Current Zed Nightly. Zed clangd. # ~/.local/share/zed/languages/clangd/clangd_18.1.3/bin/clangd --version
clangd version 18.1.3 (https://github.com/llvm/llvm-project c13b7485b87909fcf739f62cfa382b55407433c0)
Features: linux+grpc
Platform: x86_64-unknown-linux-gnu Works on MacOS, broken on Linux. |
Check for existing issues
Describe the bug / provide steps to reproduce it
as the title said zed kept suggesting mVertBin over and over again for some reason
Environment
The text was updated successfully, but these errors were encountered: