You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.