Open
Description
CDT-LSP C++ Editor hover works very strange while all other Eclipse hovers (including legacy C++ Editor hover) are OK.
Problems unique for CDT-LSP C++ Editor hover:
- Sometimes starts minimized to be 1-2 symbols width, sometimes - with normal size.
- Does not remember manually resized dimensions.
- Place cursor on something in C++ code and try to repeatedly and infinitely press F2 button (Focus) with 2 seconds between repeats: hover re-opens with different sizes from minimized to maximized in random order!
Hover is almost unusable, because in many cases it opens with 1-2 symbols width requiring manual resize - and does not remember new size at all.
All other Eclipse hovers (including legacy C++ Editor hover) are OK. This is purely CDT-LSP specific problem!
I use
Eclipse IDE for C/C++ Developers (includes Incubating components)
Version: 2025-03 (4.35.0)
Build id: 20250306-0812
on Windows 10
LSP server is clangd from LLVM 20.1.0 full installation (extracted from clang+llvm-20.1.0-x86_64-pc-windows-msvc.tar.xz).