Skip to content

Commit e83582c

Browse files
committed
chore: Update roadmap
1 parent ac2b39a commit e83582c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,17 +80,17 @@ Planned features:
8080
- [x] Basic shader-type-dependent global built-in completion
8181
(`VERTEX`, `NORMAL`, etc.)
8282
- [x] VSCode wrapper extension
83+
- [x] [Grammar](https://code.visualstudio.com/api/references/contribution-points#contributes.grammars)
84+
for the VSCode extension
85+
- [ ] Make the code more maintainable by generating rules based on the official
86+
Godot documentation
8387
- [ ] Built-ins for shader types other than `spatial`
8488
- [ ] More advanced completion (functions, variables, etc.)
8589
- [ ] Go to definition
8690
- [ ] Find references
8791
- [ ] Formatting
8892
- [ ] Hover (show documentation)
8993
- [ ] Signature help
90-
- [ ] Make the code more maintainable by generating rules based on the official
91-
Godot documentation
92-
- [ ] [Grammar](https://code.visualstudio.com/api/references/contribution-points#contributes.grammars)
93-
for the VSCode extension
9494

9595
## 🤝 Contributing
9696

0 commit comments

Comments
 (0)