When setting a keybinding, is there ‘when condition’ for if a cursor tab suggestion is visible?
Should inlineSuggestionVisible
work? It seems this is for other suggestions?
I’ve tried using When !cpp.shouldAcceptTab
but that doesn’t’ seem to work.