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
Based on my reading of Supertab's docs this is supposed to be the default behavior, but I can't get this to work with my TypeScript setup and <tab> will attempt OmniCompletion in text completion cases.
let g:SuperTabDefaultCompletionType = 'context'
let g:SuperTabContextDefaultCompletionType = '<c-x><c-o>'
If I don't have these set, OmniCompletion is never attempted. If I set them, then OmniCompletion is always attempted.
th<tab> (omni, but I want <c-p> text completion)
this.<tab> (also omni, but this is correct)
Would there be any reason why Supertab is attempting OmniCompletion out of context?
The text was updated successfully, but these errors were encountered:
Based on my reading of Supertab's docs this is supposed to be the default behavior, but I can't get this to work with my TypeScript setup and
<tab>
will attempt OmniCompletion in text completion cases.If I don't have these set, OmniCompletion is never attempted. If I set them, then OmniCompletion is always attempted.
Would there be any reason why Supertab is attempting OmniCompletion out of context?
The text was updated successfully, but these errors were encountered: