- Provide syntax/semantics highlight support for Cocos Effect file in VS Code.
- Provide auto-completion support for Cocos Effect file in VS Code.
- Provide hover support for Cocos Effect file in VS Code.
- Provide Signature Help support for Cocos Effect file in VS Code.
- The Shader languages support for VS Code extension
Initial release of the Cocos Effect extension - a simple syntax highlighter.
Fix embedded language support, now commends works in different blocks.
Add .chunk file to supported extension list.
Finally we have a logo!
Add semantic highlighter, language server.
Remove cocos completion provider, use default completion provider instead.
Bug fix