-
### Describe the feature in detail (code, mocks, or screenshots encouraged)
Currently, the `emptyState` prop allows us to pass in some HTML to be displayed when no search results match. However, ther…
-
### Describe the bug
Can't scroll if there are too many options in the Autocomplete Suggestions Popover.
### How to reproduce
Add many tags to the `autocompleteOptions` where it will overflow
### …
-
Something similar to one in Windows:
![obraz](https://github.com/user-attachments/assets/1371e0f1-e364-47ab-a381-707b5624eb11)
-
## Environment data
- Pylance version: v2024.10.1
- Python version: 3.13.0
## Code Snippet
```python
# lib.py
def my_func() -> None: ...
type MyAlias = int | str | None: ...
```
## Repro Steps…
-
See https://docs.google.com/document/d/1o-Hp-tK8Z_BAcE-KRiXQicPH04qNr525EIxlG8J4RxM/edit?tab=t.0#bookmark=id.pp1n1c15oy8k
-
```python
import numpy as np
# After typing 'as', the code editor suggests auto-completions, which is unexpected.
```
-
## Please list the related package(s)
@shopify/ui-extensions-react
## If this related to specific APIs or components, please list them here
TextField component
## Is your feature request r…
-
Looks great. Can you add autocomplete suggestions? That would both speed up the input and moreover, prevent duplicate tags.
Of course I can handle the ValidateTag event like this:
```
var exist…
-
## Feature Request: Auto-complete Functionality
### Description
- Implement an autocomplete feature in the code editor to enhance user experience by providing suggestions based on user input.
- C…
-
### Check for existing issues
- [X] Completed
### Describe the feature
When writing comments, I often use periods to end sentences (and hit enter to go to the next line)
However, Zed suggest…