[ Web Proxy ]
URL:
Viewing: https://dprint.dev/plugin-dev [Back]  [Original]

Creating a Plugin - dprint - Code Formatter
Documentation menu
Guide
Plugins
// plugins

Creating a Plugin

As outlined in plugins, there are Wasm plugins and process plugins.

Links:

Note that plugins only need to conform to a general interface that doesn't prescribe a certain way of implementing the formatter. In Rust, you may want to use the dprint-core crate's formatting feature as it provides a better starting point for implementing a formatter. See an overview here


Web Proxy Viewer  |  New URL  |  Original Page