Skip to content

AutoCompletions aren't working, if the kernel is busy in interacting with some server at the same time!! #1135

@ShanmukhEstrella

Description

@ShanmukhEstrella

Description

I am having developing my custom kernel, In code autocompletions, I have a feature that in do_complete function for one of the case, the kernel have to interact with one of the API(server is running on my local host) and the datafetched from the server will be shown as suggestions. But the TAB autocompletion isn't working in such cases, it is fetching data, but not getting displayed as suggestions.
I feel that kernel doing some other job(interacting with the API) whenever I hit TAB is suppresing my suggestions to display in my return.
Any help will be appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions