dprint-plugin-roslyn
Code formatter
A Roslyn wrapper plugin for C# and Visual Basic code formatting in dprint.
Roslyn wrapper C# and Visual Basic code formatting plugin for dprint
8 stars
3 watching
2 forks
Language: C#
last commit: 9 months ago Related projects:
Repository | Description | Stars |
---|---|---|
dprint/dprint-plugin-exec | Formats code via execution of formatting CLI commands on host machine. | 20 |
dprint/dprint-plugin-dockerfile | A plugin that formats Dockerfile code according to a set of rules. | 6 |
dprint/dprint-plugin-json | A plugin that formats JSON data for display in a code editor | 19 |
dprint/dprint-plugin-typescript | A plugin for formatting TypeScript code using the swc parser in Rust. | 258 |
dprint/dprint-plugin-prettier | A wrapper around Prettier to integrate it with the dprint CLI for faster formatting of Rust code. | 98 |
dprint/dprint-plugin-jupyter | Formats code blocks in Jupyter notebooks using plugins | 1 |
dprint/dprint-plugin-toml | A plugin for formatting TOML configuration files | 18 |
dprint/dprint-plugin-markdown | A plugin for formatting markdown code in a text editor or viewer | 28 |
dprint/dprint-plugin-ruff | An adapter plugin that integrates Ruff's formatting capabilities with dprint's CLI and JavaScript via Wasm. | 6 |
dprint/dprint-plugin-biome | An adapter plugin to integrate Biome's formatting capabilities with dprint's CLI and JavaScript via Wasm | 8 |
dotnet/roslyn | Provides a compiler and code analysis API for C# and Visual Basic languages | 19,093 |
dotnet/roslyn-sdk | Provides APIs and tools to analyze and inspect .NET code using the Roslyn compiler platform | 517 |
louisdx/cxx-prettyprint | Automatically formats C++ container output for readability | 559 |
daveaglick/scripty | Tool to use Roslyn-powered C# scripts for code generation in .NET projects | 620 |
icsharpcode/codeconverter | Converts code between C# and VB.NET using Roslyn for accurate conversions. | 840 |