Questions tagged [supertab]
34 questions
1
vote
1 answer
Can't get Jedi's autocompletion on SuperTab
I installed both plugins using Pathogen, but they don't work together as it should be. That is, if I use TAB, I get SuperTab's completion (autocomplete what I have previously written) whereas if I use CTRL + SPACE I get Jedi's completion (everything…
user4093955
1
vote
1 answer
supertab plugin in vim
so my problem just like this thread
How can I insert a real tab character in Vim?
I install supertab plugin and everytime I press tab on my keboard the autocompletion is always shows up.
because I code in python, I will always use real tab, so the…

Aldy syahdeini
- 349
- 1
- 4
- 16
1
vote
1 answer
Vim SuperTab: How to specify suggestions source
I have been playing around with the Vim-plugin "SuperTab" for a while, and it has become nearly unusable to me due to the enormous delay following the press of the [Tab] key. This is due to SuperTab using tag files as a source for result…

krystah
- 3,587
- 2
- 25
- 43
0
votes
0 answers
Use Ionic super tabs inside ion-slides
I'm using angular 12 and ionic 5 and I'm trying to make a composed view with 2 pages swippeable. In the first view I have a super tabs section at bottom.
I put every page inside one ion-slide to make the pages swippeable but when I do that, the…

Juan Lopez
- 361
- 1
- 3
- 16
0
votes
1 answer
vim - how to use complete_check() on mapping
while Integrating ultisnip and supertab - I am trying to map F7 so if there are completion to be made with supertab or ultisnip - try to complete, otherwise if there are no suggested patterns (and ultisnip cant expand), ultisnip forwardsJump.
but…

suannai
- 13
- 4
0
votes
0 answers
I am trying to use super tabs in custom components but the contents are not visible
I want to use super tabs inside the custom component but the contents of tabs are not visible.
Here is the code:
super-tabs.component.html:
Super Tabs
…

Rasika Bhopale
- 1
- 1
0
votes
0 answers
Ionic 4. How refresh or update page in super-tab
I have a "ParentPage" page with supertabs:
ChildPage 1
ChildPage 2
…
0
votes
1 answer
What are equivalents for values "selectNextQuickFix" and "selectPrevQuickFix" in VSCode 1.37.1?
I am trying to get the same behaviour in VSCode as in Vim for cycling through the completion list.
With Vim shift+tab and tab respectively cycle up and down the completion list. I like it because I don't have to move my hand to arrow keys.
I found…

dosvarog
- 694
- 1
- 6
- 20
0
votes
1 answer
Angular does not update View (redux, ionic ...)
I have a very simple Ionic page. This page shows a status of a Reduxstate.In this page, I have a button in which I get into another page and there I can change the state and return back.
If I return back the view will not update. I've spent quite a…

Yusuf Azal
- 218
- 1
- 14
0
votes
1 answer
Supertab list options, but do NOT auto select
Is there anyway to configure Supertab, the VIM plugin, so that when I enter a portion of code, and hit tab I can continue typing while narrowing down the suggestions?
For Example in java:
System.out.pr
Should show a list of options (print,…

Zamua
- 23
- 3
0
votes
0 answers
Changing of SuperTabItem by code
I have two SuperTabItems in a SuperTabControl. I want to change from SuperTabItem1 to SuperTabItem2 clicking a button.
I'm using DotNetBar components. The function of a SuperTabControl is the same as a TabControl in the normal objects of Visual…

Emily13
- 11
- 5
0
votes
2 answers
List @ tag auto completes in vim
I'd like to plant a number of @tags (e.g. @sea_ice, @models) in my markdown files when editing in vim. Currently I'm using SuperTab to tab-complete ordinary words. However if I hit after the @ symbol, it won't give me a list of all @tags, but…

Jason
- 2,950
- 2
- 30
- 50
0
votes
1 answer
map to to tab key
I'm using the vim plugin supertab to map the key to autocompletion, I however, sometimes want the old tab functionality (to indent at the end of a word), and wanted to map it to , but I can't seem to make it work.
The documentation…

Leandros
- 16,805
- 9
- 69
- 108
0
votes
1 answer
Vim autocompletion word with character _ , in python and latex
In vim, I managed to have autocompletion installing Supertab.
When I work on a .py file, it works ok: I can autocomplete xxx_yyy by typing xxTAB (and it pops up options if many xxx_yyy1 xxx_yyy2 exist).
But on a .tex file, if I have already the…

scrx2
- 2,242
- 1
- 12
- 17
0
votes
1 answer
subertab vim plugin indent issue
when I am at the beging of blank line. I am having issues with supertab plugin.It pops up completion window , while I am trying to indent a line like shown in the screen below.
any workaround please ?

Ayed
- 373
- 5
- 17