Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/vscode-lit-plugin/readme/feature-comparison.md
Original file line number Diff line number Diff line change
Expand Up @@ -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). |