nolanderc / glsl_analyzer

Language server for GLSL (autocomplete, goto-definition, formatter, and more)
GNU General Public License v3.0
171 stars 4 forks source link

Only show completions for extensions if enabled #1

Closed nolanderc closed 10 months ago

nolanderc commented 11 months ago

We should look through all #extension directives and filter the completion list based on which extensions are enabled.