Details
-
Suggestion
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.3.0
-
None
Description
Some editors like Kate or Vim through the plugin YouCompleteMe (https://github.com/Valloric/YouCompleteMe) provide a generic code or text completion method by proposing words found in the current document as suggestions while typing. YouCompleteMe calls this identifier-based completion.
I find this feature quite useful because often strings are used in the own code which already appeared somewhere in the file and in Vim/Kate this technique allows a good completion experience even for languages which aren't currently supported. In Kdevelop, which uses the Kate component, the generic completer also increases the completion performance while editing C++ files as it kicks in much faster than the code model. Of course it should be possible to disable the generic completion engine in the settings.
Attachments
Issue Links
- is duplicated by
-
QTCREATORBUG-16785 Add a dumb content based autocomplete within text editor
- Closed
- relates to
-
QTCREATORBUG-19964 highlight occurrences of symbol for scripting languages / perl
- Closed
- resulted in
-
QTCREATORBUG-22424 Option to disable text completion for text files
- Reported