From kde-bugs-dist Mon Sep 30 22:20:57 2013 From: Marcel Hellwig Date: Mon, 30 Sep 2013 22:20:57 +0000 To: kde-bugs-dist Subject: [kdevelop] [Bug 325476] New: no autocomplete when doing template specialization Message-Id: X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=138057966316499 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.