From 0b685303feaf63f4e5d936f300431696878fc720 Mon Sep 17 00:00:00 2001 From: Casey Watts Date: Mon, 4 Aug 2025 17:57:27 -0400 Subject: [PATCH] mention Prettier as a way to handle code formatting --- packages/vscode-lit-plugin/readme/feature-comparison.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vscode-lit-plugin/readme/feature-comparison.md b/packages/vscode-lit-plugin/readme/feature-comparison.md index c79b8ffe..a085f944 100644 --- a/packages/vscode-lit-plugin/readme/feature-comparison.md +++ b/packages/vscode-lit-plugin/readme/feature-comparison.md @@ -25,4 +25,4 @@ Below is a comparison table of the two plugins: | Completions | ✅ | ✅ | | Quick info on hover | ✅ | ✅ | | Code folding | ✅ | ⚠️ (disabled until problem with calling 'program.getSourceFile' is fixed) | -| Formatting | ✅ | ⚠️ (disabled until problem with nested templates is fixed) | +| Formatting | ✅ | ⚠️ [Lit.dev suggests using Prettier, Beautifier, or Clang](https://lit.dev/docs/tools/development/#formatting). |