csharpier icon indicating copy to clipboard operation
csharpier copied to clipboard

CSharpier is an opinionated code formatter for c#.

Results 331 csharpier issues
Sort by recently updated
recently updated
newest added

Add a right click action for "show information about csharpier formatting this file" It can display the version of CSharpier + the last formatting result. It can help understand if...

Try to improve the docs so people understand that the extensions do not format and use CSharpier to do all formatting. Also make sure VSCode + VS handle the hash...

area:vscode
area:vs

Currently, it appears that the VS plugin saves the ReformatOnSave to the csharpier.json file in the .vs directory. Since this directory is typically excluded from source control, this means that...

area:vs
area:rider

What would be the proper way to abort a bash script if the dotnet CLI tool issues any warnings? I'm going to be formatting files in a CI pipeline during...

Aims to resolve #659 Replaces the old languages registerDocumentFormattingEditProvider for registerDocumentRangeFormattingEditProvider to add range formatting support. Note: registerDocumentRangeFormattingEditProvider still acts as a document formatter so the old one is not...

Having a single invocation on a ParenthesizedExpression that is too long causes it to break like below. It would look better if it stayed consistent with the second example. ```c#...

0.27.0 is adding GRPC support so that the extensions don't need to depend on sending data back and forth via stdin/stdout. This issue is to get the extensions updated with...

area:vscode
area:vs
area:rider

It is unclickable ![image](https://github.com/belav/csharpier/assets/74341131/fc71eeb2-5724-489b-8f39-eef4f2e0e8a5) It doesn't work. When I set "Reformat with CSharpier on Save" ![image](https://github.com/belav/csharpier/assets/74341131/8a5c4c00-b3ab-49af-a111-d47c7a10f469) This are my version CSharpier globally version 0.26.6 Visual Studio CSharpier extension version 1.4.8...