Skip to content

Inconsistent Template Folder Names on VisualBasic #2527

@mvegaca

Description

@mvegaca

While I was working on #2465 I see that VisualBasic templates use the same name that CS templates adding VB at the end of the name. We should use a dot to separate the end of the name and the VB term, to follow a logical order in an alphabetic order.

Current Order
Project.TabbedPivot
Project.TabbedPivot.AddTabbedPivotItems
Project.TabbedPivot.AddTabbedPivotItemsVB
Project.TabbedPivotVB

Correct Order
Project.TabbedPivot
Project.TabbedPivot.VB
Project.TabbedPivot.AddTabbedPivotItems
Project.TabbedPivot.AddTabbedPivotItems.VB

Metadata

Metadata

Assignees

Labels

Can Close Out SoonWork relating to this issue has been completed.VBIssue relates to projects generated in VB.NetenhancementIndicates the issue is a suggestion for an improvement or alteration to something that already existmetaUsed to indicate the issue relates to how the project is run or the tool works.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions