-
### Describe the bug
(Bringing from the discussion on https://github.com/nushell/nushell/pull/6295)
I found one issue with the current code, once we don't have completions for `gh alias` nu should…
-
### Related problem
Right now, completion list is ordered by length of full commands. For example:
```
nix run
nix log
nix eval
nix help
nix copy
nix edit
nix repl
nix shell
nix build
ni…
-
-
"function", "macro", etc.
-
I get many `.foo`completions for all types in the compiler.
![](https://i.imgur.com/V1D7mjk.png)
This is because the rustc compiler has a few test cases that look like this.
```
trait Foo {
…
-
| --- | --- |
| Bugzilla Link | [334908](https://bugs.eclipse.org/bugs/show_bug.cgi?id=334908) |
| Status | ASSIGNED |
| Importance | P3 normal |
| Reported | Jan 20, 2011 10:48 EDT |
| Modified …
-
### Environment:
- Fail2Ban version : v0.11.2, Debian package: fail2ban 0.11.2-2
- OS, including release name/version : Debian 11.5 bullseye
- [x] Fail2Ban installed via OS/distribution mec…
-
Hello,
i'm having completions that do not display, and I've managed to track this to the should_complete function.
Here's what happens:
```python
def test():
if {cursor_position}
```
In this …
-
Given the following properties file:
```properties
hjkl = 1234
asdf = ${|}
```
1. Open completion at `|`
2. Accept the `${hjkl}` suggestion
**EXPECTED**: `asdf = ${hjkl|}`
**ACTUAL**: …
-
## Problem Description
Following the #16342 , now I can set my keyboard delay time to 0ms and feel a completion experience more close to VSCode/PyCharm. But, when using the completion feature to impo…