nolanderc / glsl_analyzer

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

allow nested field completions #41

Closed nolanderc closed 9 months ago

nolanderc commented 9 months ago

Fixes https://github.com/nolanderc/glsl_analyzer/issues/32#issuecomment-1769067058.

Also handles a few more edge cases, such completion after array access foo[123].bar