Missing hover info in C++ - configuration or client issue? #20010
-
Hi, I'm asking here since I don't know if it's a misconfiguration on my side, or a missing feature of Zed as an LSP client. When editing C++ in VSCode with clangd as language server, hover box shows very useful information that isn't displayed in Zed, like:
Consider the following snippet: #include <cstdint>
enum Enum : std::uint8_t {
First = 0, // first
// important thing!
Second,
};
struct Struct {
std::uint8_t small;
std::uint32_t medium;
}; I use the default clangd configuration in both editors as far as I can tell. Any idea? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
SomeoneToIgnore
Oct 31, 2024
Replies: 1 comment 5 replies
-
This is a regression, unfortunately, tracked here: #15498 |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
shahamran
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a regression, unfortunately, tracked here: #15498