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 would like to have the tab key cycle through the completions. For example, I use the Kite plugin for vim with python. I type import j and it suggests json, among other things. Pressing tab should insert json, then pressing tab again should insert the next completion on the list.
Does anyone know how I could do this?
The text was updated successfully, but these errors were encountered:
I would like to have the tab key cycle through the completions. For example, I use the Kite plugin for vim with python. I type
import j
and it suggestsjson
, among other things. Pressing tab should insertjson
, then pressing tab again should insert the next completion on the list.Does anyone know how I could do this?
The text was updated successfully, but these errors were encountered: