Darkyenus / glsl4idea

A GLSL language plugin for IntelliJ IDEA
GNU Lesser General Public License v3.0
101 stars 31 forks source link

Implement parameter lookup #94

Closed AbigailBuccaneer closed 9 years ago

AbigailBuccaneer commented 9 years ago

Seems to work fairly nicely - unfortunately, it only works when the parameters are already typed in, otherwise it can't find the function declaration the call is referencing. #92 should fix this; there may be some work needed once it's pulled.

Darkyenus commented 9 years ago

:+1: