Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Releases: svenstaro/glsl-language-server

0.5.0

09 Oct 04:07
0.5.0
3171f49
Compare
Choose a tag to compare

No new stuff especially the build system is a lot more proper now. Also many other fixes.

What's Changed

Full Changelog: 0.4.1...0.5.0

0.4.1

30 Apr 11:23
7a449a7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.0...0.4.1

0.4.0

21 Apr 14:40
453d5cc
Compare
Choose a tag to compare

This release brings two major features: code completion and support for #include directives.

Code completion currently works for all builtin variables and functions, as well as any user-defined functions and variables in the global scope. Completion for local variables and arguments in functions is not available currently.

This release also allows you to specify which API you will be targeting (eg. Vulkan or OpenGL) by using the --target-env flag.

What's Changed

New Contributors

Full Changelog: 0.3.7...0.4.0