File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -80,17 +80,17 @@ Planned features:
80
80
- [x] Basic shader-type-dependent global built-in completion
81
81
(` VERTEX ` , ` NORMAL ` , etc.)
82
82
- [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
83
87
- [ ] Built-ins for shader types other than ` spatial `
84
88
- [ ] More advanced completion (functions, variables, etc.)
85
89
- [ ] Go to definition
86
90
- [ ] Find references
87
91
- [ ] Formatting
88
92
- [ ] Hover (show documentation)
89
93
- [ ] 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
94
94
95
95
## 🤝 Contributing
96
96
You can’t perform that action at this time.
0 commit comments