dprint / dprint

Pluggable and configurable code formatting platform written in Rust.

Home Page:https://dprint.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LSP - Figure out completions for dprint.json files

dsherret opened this issue · comments

#803 adds an experimental lsp command, but it doesn't yet have support for providing a JSON schema for dprint.json files in order to provide auto-completions. That should be looked into before stablizing the feature.

Ref #738