-
I added the nvim-cmp config, and ti does not work.
```
{
"hrsh7th/nvim-cmp",
opts = function()
local cmp = require "cmp"
local conf = require "nvchad.…
codr1 updated
1 month ago
-
**Is your feature request related to a problem? Please describe.**
We have a public faculty LDAP at FIT BUT, which can be used for contact suggestions even in Snappymail. There is a catch, since th…
-
# Xi-Mac Autocomplete
At its core, autocomplete will serve as a guide to the code that the user wishes to type. It should look and feel minimal while not distracting from the coding process. The as…
-
Add in an auto-complete feature for the tailwind inputs, allowing a user to start typing and then be able to arrow up-and-down.
Kind of like this, [from Sebastiano](https://x.com/guerriero_se/s…
-
Hello
My package specifies PHP class name suggestions and I'm encountering a really strange issue where autocomplete-plus is matching when my prefix has a leading slash and isn't when it doesn't. A c…
ghost updated
7 years ago
-
When this plugin is enabled, it seems to prevent CSS autocomplete from working. When I have a css file open and I am typing a property the autocomplete does not show suggestions for CSS.
-
### Validations
- [X] I believe this is a way to improve. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions
- [X] I'm not able to find an [open issue](https://githu…
-
hello. i have a problem when i used this, i have the autocomplete and another element below it.
but when i start typing on autocomplete. the suggestions element is behind that another element below i…
-
**Is your feature request related to a problem? Please describe.**
I'm creating multiple autocomplete elements on the page dynamically. They receive suggestions from a JSON endpoint which is re…
-
**Description**
**Code example to reproduce the issue:**
```python
import flet as ft
def main(page: ft.Page):
auto_complete = ft.AutoComplete(
suggestions=[
…