-
input "de"
none of the suggestions contains string that has "de"
-
I mean them:
![image](https://github.com/bmalehorn/vscode-fish/assets/42812113/2a8f335e-b95c-423d-8544-50ac37af0530)
Now just builtins and keywords are suggested.
-
There appears to be a compatibility issue between `zsh-history-substring-search` and these modules:
- zsh-users/zsh-syntax-highlighting
- zsh-users/zsh-autosuggestions
- zsh-users/zsh-syntax-highli…
-
### Subject of the issue
CSS classes autosuggestion does not work in jsx files
### Your environment
* VSCode 1.84.0
* HTML Class Suggestions v1.2.1
* React + vite + any jsx file
**Footer.jsx…
-
### Describe the bug
Setting this option before sourcing the plugin breaks it
### To Reproduce
Steps to reproduce the behavior:
```sh
% zsh -df
% setopt KSH_ARRAYS
% source ~/zsh-autosugges…
-
I originally had posted this as an issue on [marlonrichert/zsh-autocomplete](https://github.com/marlonrichert/zsh-autocomplete) but it was pointed out that this would be better classified as an issue …
-
I've been facing a problem with `IGNORE_EOF` recently and I found it was caused by `zsh-autosuggestions`. I've been getting this on ``:
``` zsh
zsh: do you wish to see all 3221 possibilities (3221 l…
-
### Discord username (optional)
737336038372016269
### Describe the solution you'd like?
```Text
I'd love to have the option to not have Enter accept autosuggestions.
```
### Is your feature requ…
-
[zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions) is a tool that "suggests" completions for what you type by printing them after the edit cursor in a different colour. The sugges…
-
### Describe the bug
Autosuggestions is not cleared even if menu-select is added to ZSH_AUTOSUGGEST_CLEAR_WIDGETS
### To Reproduce
ZSH_AUTOSUGGEST_CLEAR_WIDGETS=(
'history-search-forward'
…