[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [kdevelop] [Bug 325476] New: no autocomplete when doing template specialization
From:       Marcel Hellwig <keks () cookiesoft ! de>
Date:       2013-09-30 22:20:57
Message-ID: bug-325476-17878 () http ! bugs ! kde ! org/
[Download RAW message or body]

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 Arg>
  class Test;

  template <class Arg>
  class Test<void(Arg)>
  {
  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.
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic