Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 1015 Bytes

File metadata and controls

48 lines (26 loc) · 1015 Bytes

Cocos Effect

Features

  1. Provide syntax/semantics highlight support for Cocos Effect file in VS Code.
  2. Provide auto-completion support for Cocos Effect file in VS Code.
  3. Provide hover support for Cocos Effect file in VS Code.
  4. Provide Signature Help support for Cocos Effect file in VS Code.

Requirements

Cocos Effect

Documentation

Cocos Creator User Manual

Release Notes

0.0.1

Initial release of the Cocos Effect extension - a simple syntax highlighter.

0.1.0

Fix embedded language support, now commends works in different blocks.

0.2.0

Add .chunk file to supported extension list.

0.3.0

Finally we have a logo!

0.4.0

Add semantic highlighter, language server.

0.4.2

Remove cocos completion provider, use default completion provider instead.

0.4.3

Bug fix