Description
I can format files with CSharpier with command line csharpier format .
It was totally working with VisualStudio 2026 Insider.
But after I installed VisualStudio 2026 Community(18.4.2), the CSharpier extension seems not working at all.
There is no context menu item for Reformat with CSharpier.
I assigned a short cut for EditorContextMenus.CodeWindow.ReformatWithCSharpier, and that short cut did nothing.
Set the options Log Debug Messages and Reformat with CSharpier on Save to True, and nothing happened when file saved.
There was no related logs in the output window.
Steps to Reproduce
install VisualStudio 2026 Community(18.4.2)
install CSharpier dotnet tool globally
install CSharpier Extension for Visual Studio 2022
Expected Behavior
context menu item for Reformat with CSharpier
format file with short cut assigned for EditorContextMenus.CodeWindow.ReformatWithCSharpier
Actual Behavior
no context menu item for Reformat with CSharpier
nothing happened with short cut assigned for EditorContextMenus.CodeWindow.ReformatWithCSharpier
Description
I can format files with CSharpier with command line
csharpier format .It was totally working with VisualStudio 2026 Insider.
But after I installed VisualStudio 2026 Community(18.4.2), the CSharpier extension seems not working at all.
There is no context menu item for
Reformat with CSharpier.I assigned a short cut for
EditorContextMenus.CodeWindow.ReformatWithCSharpier, and that short cut did nothing.Set the options
Log Debug MessagesandReformat with CSharpier on Saveto True, and nothing happened when file saved.There was no related logs in the output window.
Steps to Reproduce
install VisualStudio 2026 Community(18.4.2)
install CSharpier dotnet tool globally
install CSharpier Extension for Visual Studio 2022
Expected Behavior
context menu item for
Reformat with CSharpierformat file with short cut assigned for
EditorContextMenus.CodeWindow.ReformatWithCSharpierActual Behavior
no context menu item for
Reformat with CSharpiernothing happened with short cut assigned for
EditorContextMenus.CodeWindow.ReformatWithCSharpier