Qt 6.11 is out! See what's new in the release
blog
Refactor submenu: Reenable "Insert Virtual Functions of Base Classes", clangd replacement is too simple/unreliable.
-
There's a way to reenable the option Insert Virtual Functions of Base Classes from the Refactor context menu?, clangd's "Override pure virtual functions" is downright useless to me, it defines the functions in the same class declaration forcing me to modify it, make it a declaration and copy it to the source unit as definition, and they don't count types inside of namespaces, and i work with interfaces with a lot of pure virtual methods making it a huge chore timesink, unlike the previous solution.
Thanks.