VsixCommunity / Community.VisualStudio.Toolkit

Making it easier to write Visual Studio extensions
Other
256 stars 44 forks source link

How to rename project name? #513

Open vincedan opened 1 week ago

vincedan commented 1 week ago

Any hint or instruction for renaming projectname in vs extension? thanks, guys

RobertvanderHulst commented 1 week ago

Renaming the project means renaming the project file. Is that what you want? Or do you want to change the caption of the project in the Solution Explorer?

vincedan commented 1 week ago

Renaming the project means renaming the project file. Is that what you want? Or do you want to change the caption of the project in the Solution Explorer? @RobertvanderHulst , I want to implement a function, which is the same as changing the caption (filename without suffix ?) in solution explorer.