Ctrl+Space should show what module a command is from

Aperta
#4,940 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
3/5
Tempo stimato
1-2 giorni
Idoneità per principianti
45/100
Tipo di issue
Funzionalità
Chiarezza
Abbastanza chiara
Stato di attività
Ferma
Stack tecnologico
csharp, powershell
Ambito
cli

Direzione di ricerca

Start by tracing the Ctrl+Space UI and the command collection it returns. Determine how command names are presented and how module information can be obtained, then make the completion display identify each command's module; if configurability is retained, expose it through Get-PSReadLineOption. Done means Ctrl+Space distinguishes similarly named commands by module.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

Issue-Enhancement Needs-Triage :mag:
Prerequisites
  • Write a descriptive title.
Description of the new feature/enhancement

This is a small UX improvement that I don't think would be too difficult to add (may want this to be a configurable option added to Get-PSReadLineOption) as to ensure that you are using the command that you want to from the correct module.

It saves a need for instead doing get-command register-ps* which was how I found this due to PowerShellGet/PSResourceGet having similar named commands

Proposed technical implementation details (optional)

UI change from the collection that is returned form CTRL+Space when you are typing a command

Lingua principale
C#
Stelle
4.4k
Fork
341
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di PowerShell/PSReadLine

Tutte le issue di PowerShell/PSReadLine

Issue simili

Altre issue su C#

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.