@@ -19,35 +19,21 @@ cog.outl(f"
47- - [ ] More actual LSP features (coming soon!... hopefully)
48- - We got one! Well, half of one. Only like... dozens more to go? 🎉
49-
50- Django wasn't built in a day, and neither was a decent Django language server. 😄
26+ - [x] ** Completions** - Template tag autocompletion with snippets
27+ - [x] ** Diagnostics** - Real-time error checking and validation
28+ - [ ] ** Go to definition** - Jump to template, block, or variable definitions
29+ - [ ] ** Find references** - See where templates and blocks are used
30+ - [ ] ** Hover** - View documentation and type info on hover
31+ - [ ] ** Rename** - Refactor names across files
32+ - [ ] ** Formatting** - Auto-format templates
33+ - [ ] ** Code actions** - Quick fixes and refactorings
34+ - [ ] ** Document symbols** - Outline view of template structure
35+ - [ ] ** Workspace symbols** - Search across all project templates
36+ - [ ] ** Signature help** - Parameter hints while typing
5137
5238## Requirements
5339
0 commit comments