-
### Summary of the new feature / enhancement
As a user of ~Install-Module~, ~Install-PSResource~, Microsoft.PowerShell.PSResourceGet, I want to be able to `Import-Module PSR{Tab}` instead of needin…
-
## Background
All mainstream shells allow users to control the order of completions.
* Shells that have the option to control order
- bash: `complete -F _mycmd_completer -o nosort mycmd` / …
-
Following up on #1118, it would be great to have cross-shell completions for the CLI.
These could be statically autogenerated from the output of --help options.
Would be great to have
1. cross…
-
Exactly like in https://github.com/zellij-org/zellij/issues/1030 - personally I've never written any custom zsh completions so unfortunately I can't contribute here.
-
- [x] Make sure you've installed the latest version using [instructions in the wiki](../wiki/install)
**Output from `azd version`**
azd version 1.4.1 (commit 1cbed85cf47ed235b5ed31868eda79619525bf…
agpt8 updated
7 months ago
-
### Prerequisites
- [X] I have written a descriptive issue title.
- [X] I have searched all [issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not alrea…
-
# Motivation
When writing commands, tab completion helps.
# Proposed implementation
`clap` generates tab completion scripts. Can we use it please?
An example of how tab completion is installe…
-
From what I understand the main difference for the user is that the new version runs on PowerShell Core.
Is PowerTab supposed to work on Linux and macOS? I don't get any error but all tab completi…
-
Other shell completions escape whitespace in completions, but bash completions seems to add completions with whitespace as multiple suggestions or multiple arguments depending on bash version. I would…
-
I've noticed that auto-completion for recipes inside of modules only works in Bash. I'm using Just `1.35.0`.
I've setup two files:
`Justfile`
```
mod bar
```
`bar.just`
```
command:
…