We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab70a2 commit 8d45618Copy full SHA for 8d45618
README.md
@@ -47,15 +47,18 @@ Coming soon? Contributions welcome!
47
Planned features:
48
49
- [x] Basic keyword completion
50
-- [ ] Basic shader-type-dependent global built-in completion
+- [x] Basic shader-type-dependent global built-in completion
51
(`VERTEX`, `NORMAL`, etc.)
52
+- [ ] Built-ins for shader types other than `spatial`
53
- [ ] More advanced completion (functions, variables, etc.)
54
- [ ] Go to definition
55
- [ ] Find references
56
- [ ] Formatting
57
- [ ] Hover (show documentation)
58
- [ ] Signature help
59
- [ ] VSCode wrapper extension
60
+- [ ] Make the code more maintainable by generating rules based on the official
61
+ Godot documentation
62
63
## 🤝 Contributing
64
0 commit comments