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

            Bug ID: 444883
           Summary: Autocomplete / suggestion is very slow and insert
                    random result once I hit ENTER
           Product: kdevelop
           Version: 5.6.2
          Platform: Debian testing
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: Language Support: CPP (Clang-based)
          Assignee: kdevelop-bugs-n...@kde.org
          Reporter: p...@posteo.de
  Target Milestone: ---

Created attachment 143171
  --> https://bugs.kde.org/attachment.cgi?id=143171&action=edit
Suggestion after writing "max" and typing "maxIt" after one second

Whenever I write code the autocomplete tool suggests the correct words. But a
second later (when I hit ENTER) some random suggestions pop in an are always
chosen. Most of the time "_Nonnull" and  "__FUNCTION__" are chosen. When I wait
another second and type another letter of the desired word, the completion is
fine again.

It "feels" like there is a background process looking for global C++ keywords
and overwrites the previously found local list.


STEPS TO REPRODUCE
1. Open a larger project
2. Type someting
3. Wait for autocomplete to suggest a word, wail another second and random
words appear.

OBSERVED RESULT

Random keywords appear in the list and overwrite the correct suggestions.

EXPECTED RESULT

Correct suggestions appear in the list and do not get overwritten by global
keywords.


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Debian Bookworm (Testing), Plasma 5.23
(available in About System)
KDE Frameworks 5.86.0
Qt 5.15.2 (kompiliert gegen 5.15.2)
Das xcb Fenstersystem

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

Reply via email to