The document formatting provider interface defines the contract between extensions and the formatting-feature.
Provide formatting edits after a character has been typed.
The given position and character should hint to the provider what range the position to expand to, like find the matching { when } has been entered.
{
}
The document formatting provider interface defines the contract between extensions and the formatting-feature.