Option to trigger `MenuComplete` on consecutive tab press, like Zsh's `AUTO_MENU`

Abierto
#4,056 0 comentarios 1 reacción 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
5/5
Tiempo estimado
Más de una semana
Aptitud para principiantes
30/100
Tipo de issue
Nueva funcionalidad
Claridad
Bastante claro
Estado de actividad
Estancado
Stack tecnológico
csharp
Área
cli

Línea de trabajo

Start by tracing the existing Complete and MenuComplete bindings in PSReadLine and how consecutive Tab presses are handled. Define whether the behavior belongs in a new Tab-bound function or a configuration option, then verify that the first press behaves like Complete and a consecutive press switches to menu completion.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

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

It would be nice to have an option to trigger MenuComplete on a consecutive tab press like Zsh's AUTO_MENU. Basically first and second tab act like Complete/Bash does, but pressing it again while the list of options is shown switches to menu completion.

Proposed technical implementation details (optional)

A new function that can be bound to tab that acts this way? Or a config parameter to switch Complete to behave that way.

Lenguaje dominante
C#
Estrellas
4.4k
Forks
341
Métricas de merge de PR
Sin PR fusionados en 30 d

Guía de contribución

Abrir la guía de contribución

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de PowerShell/PSReadLine

Todos los issues de PowerShell/PSReadLine

Issues similares

Más issues de C#

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.