dotnet/roslyn

Reorder Tuple Members Refactoring

Open

#64.897 aberto em 21 de out. de 2022

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)C# (4.257 forks)batch import
Area-IDEhelp wanted

Métricas do repositório

Stars
 (20.414 stars)
Métricas de merge de PR
 (Mesclagem média 6d 17h) (256 fundiu PRs em 30d)

Description

Brief description:

Just as you can re-order method parameters, it would be really nice to be able to re-order tuple members.

Languages applicable: Both.

Code example that the analyzer should report:

var V = (v1, v4, v3, v2);

Additional information:

The GUI for "Reorder Method Parameters" could likely be recycled for this.

Documentation requirements: N/A

Guia do colaborador