https://bugs.kde.org/show_bug.cgi?id=325476 Bug ID: 325476 Summary: no autocomplete when doing template specialization Classification: Unclassified Product: kdevelop Version: git master Platform: Compiled Sources OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: Language Support: CPP Assignee: kdevelop-bugs-null@kde.org Reporter: keks@cookiesoft.de There is not auto complete when using template specialization. Here is a minimal code example template class Test; template class Test { public: foo(); }; void bar() { Test t; t. } After t. and Ctrl+Space there is no autocomplete, but it should. I know this is really hard for kdevelop to find out, but please make this working. Reproducible: Always Steps to Reproduce: 1. Copy the code 2. Paste the code 3. Press Ctrl+Space after t. Actual Results: auto complete word Expected Results: auto complete function -- You are receiving this mail because: You are watching all bug changes.