Dynamic help should show .NET API overloads

Abierto
#2,615 0 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
3/5
Tiempo estimado
1-2 días
Aptitud para principiantes
38/100
Tipo de issue
Nueva funcionalidad
Claridad
Bastante claro
Estado de actividad
Estancado
Stack tecnológico
csharp, powershell
Área
cli

Línea de trabajo

Start by tracing the default Alt+h dynamic-help path for a .NET API and compare its current output with the SetEnvironmentVariable example in the issue. Done means dynamic help displays the available overload definitions, including their argument counts and values, while preserving the existing text content.

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

Descripción

Issue-Enhancement

Description of the new feature/enhancement

When using the default Alt+h for dynamic help with a .NET API, it should show the overloads to make it easier for the user to determine the number of args and the arg values.

Proposed technical implementation details (optional)

The text content should be the same as what you get today:

PS> [environment]::SetEnvironmentVariable

OverloadDefinitions
-------------------
static void SetEnvironmentVariable(string variable, string value)
static void SetEnvironmentVariable(string variable, string value, System.EnvironmentVariableTarget target)
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.