svenstaro / glsl-language-server

Language server implementation for GLSL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parse AST and provide code introspection

svenstaro opened this issue · comments

Look at how glslang -i provides an AST and just use that information to provide code completion and other features.

any plans for this ?

Nope, but I'll absolutely accept a PR.