If I declare a shared_ptr and try to use it the editor lets me type -> without issues, however, when I use auto keyword to store a shared_ptr variable (e.g. auto x = Singleton::GetInstance()), if I try to type "x->" it gets automatically corrected to "x." Reproducible: Always Steps to Reproduce: 1. Declare a variable auto x = Singleton::GetInstance(); where Singleton::GetInstance() returns a shared_ptr 2. type x-> Actual Results: x-> gets corrected to x. Expected Results: Completion options should pop-up, x-> should be unchanged.
Dear Bug Submitter, This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond. Thank you for helping us make KDE software even better for everyone!
No longer reproduced with the latest Fedora build
Thanks for the update!