Skip to content

Allow generating a suggestion as the user starts typing #16

@Lastique

Description

@Lastique

Currently, llama.qtcreator generates infill suggestions when the user positions the cursor. This is inefficient and inconvenient, because it is typical for the cursor to be positioned as the user navigates or explores the code and not necessarily intends to edit it. Generating suggestions in this case wastes system resources and actually distracts from reading the code, especially if the generated suggestions are multi-line.

Please, change the behavior so that the suggestions are only generated after the user starts typing, with a small delay, or on an explicit request via hotkey.

Kubuntu 24.04, QtCreator 19.0.1, llama.qtcreator 3.0.3.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions