https://bugs.kde.org/show_bug.cgi?id=377634

            Bug ID: 377634
           Summary: Auto-Completion improvements
           Product: kdevelop
           Version: git master
          Platform: Archlinux Packages
                OS: Linux
            Status: UNCONFIRMED
          Severity: wishlist
          Priority: NOR
         Component: Language Support: CPP (Clang-based)
          Assignee: kdevelop-bugs-n...@kde.org
          Reporter: cont...@matthieu-zimmer.net
  Target Milestone: ---

Created attachment 104582
  --> https://bugs.kde.org/attachment.cgi?id=104582&action=edit
screen

I've been using kdevelop since 4 years for c++ but I'm still missing several
features comparing to eclipse for java.

List of wishes (Auto completion is set as "Detailed completion : Always") :
- I don't understand how the proposition are sorted. In screen s1.png, it
starts with methods (the last one is ZeroGradParameters) then some members
(action_input_layer_name, actions_blob_name) until there it is understandable.
But just after I see another method, then 2 members, then a method, then 2
members ? Why ??

- If after my variable "actor", I press "." it starts the auto-completion. I
have a namespace called "bib". However, if I write "bib::" I am forced to press
"Ctrl+Space" to start auto-completion contrarily to the ".". It would be better
if the "::" could have the same behavior as ".".

- If I write "actor.my_new_method();", it just tell me "no member named ... in
class ...". It could propose me to create the method in the class, and
redirects me to the good file.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to