SardineFish / UnityShaderSupport

An extension for VS Code to provide ShaderLab language support
MIT License
22 stars 9 forks source link

please add support for intellisense #1

Open DFVSQY opened 6 years ago

DFVSQY commented 6 years ago

This plugin is good, but i hope add support intellisense like this.

SardineFish commented 6 years ago

Do you mean the auto-completions of build-in functions & types? I'm working on this, but it is actually a large work to analyze the documentations from the UnityCG.cginc. It may takes some time, and may be implemented in the next release.

DFVSQY commented 6 years ago

i want to display the document when the cursor hover the key word, like below: image

SardineFish commented 6 years ago

I'm working on this.