-
Thought: Since the core library is so small... could we just hard-code the list of all static methods so that not only could you auto-complete module names, but you could also auto-complete the method…
-
## Issue 2: Create the Autocomplete JavaScript function
### Description
We need to create a JavaScript function that will handle the autocomplete functionality for the search field. This function …
-
I regularly use anyhow / color_eyre in projects, typing Ok in visual studio pops up a autocomplete that contains methods that are named Ok in addition to the Result::Ok enum variant from the prelude. …
-
### Is your feature request related to a problem? Please describe.
The Autocomplete component doesn't support multiple items selection.
### Describe the solution you'd like
It would be nice to have…
-
The website [codeium.com](www.codeium.com) claims that Emacs is one of the supported platforms and links to this repo as the official way to use the software in my preferred editor.
Looking at thi…
-
I was wondering if there is a way to show the recent searches a user has made. There is documentation on the Algolia docs on how to do this, but I'm not sure how to implement this in the way that thi…
-
https://docs.python.org/3/library/typing.html
This way python autocomplete engines work better when the function types are known. It would be a considerable improvement in this library since code c…
-
I'm looking for a component similar to this:
https://www.npmjs.com/package/react-tag-autocomplete
so you type some text and it displays suggestions, if any. If no suggestion exists, you can press a …
-
### Description
Refused to load the script 'https://maps.googleapis.com/maps/api/js?key=secret&language=en-US&solution_channel=GMP_visgl_rgmlibrary_v1_default&loading=async&callback=__googleMapsCallb…
-
### Describe the feature request
Once the code on the main branch is only for python >= 3.9, it would be great from a user pov to add some type annotations. I find them really helpful when writing co…