-
Currently, in an effort not to change any existing functionality, when searching for completions using typeahead when someone types into the search bar, the ES6 completions functionality is used. The …
-
Since the `account-typeahead` is included in the `main.js` entrypoint, every statement in this module's top level is execited at all times. In particular, the prefetch for the system accounts completi…
-
I'm trying to allow for arbitrary strings as well as suggestions from the typeahead list. It's only possible if the arbitrary string is not a substring of any of the suggestions. There is no response …
-
### 🔎 Search Terms
"tsserver", "generic object completion", "generic intellisense", "generic typeahead", "generic completion", "generic object properties", "object property completion", "typescript…
-
Heres the code:
```
var tagnames = new Bloodhound({
datumTokenizer: Bloodhound.tokenizers.obj.whitespace,
queryTokenizer: Bloodhound.tokenizers.whitespace,
local: ['interview', 'meeting…
-
Hi,
We'd like to report a few issues with typeahead and IPython. Feel free to point this to the right project itself (prompt-toolkit? IPython?).
The period after the tab causes the tab to be ign…
-
To reproduce, run `vim --clean` then set:
```vim
:set completeopt=menuone,noselect
:imap "\\\"
```
The mapping is meant to be used to extend the current completion with words from other co…
-
When you have one more data sets with a max-height set and overflow-y:auto, navigating using keyboard doesnt move the scroll and that causes problems because maybe the current selected item is not vis…
-
### Prerequisites
* [x ] Please make sure to properly [configure](https://github.com/autocomplete-python/autocomplete-python#configuration) plugin first if you simply cannot see any completions.
*…
-
### Sanity checks
- [X] I have searched [github.com/withfig/fig/issues](https://github.com/withfig/fig/issues?q=) and there are no duplicates of my issue
- [X] I have run `fig doctor` in the affected…