| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.4.0.tar.gz | 2023-04-21 | 15.8 kB | |
| 0.4.0.zip | 2023-04-21 | 23.2 kB | |
| README.md | 2023-04-21 | 2.0 kB | |
| Totals: 3 Items | 41.0 kB | 0 | |
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
- Update README with an example for usage in Emacs. by @Cosmic-Goat in https://github.com/svenstaro/glsl-language-server/pull/21
- Update glslang. by @Cosmic-Goat in https://github.com/svenstaro/glsl-language-server/pull/20
- docs: Mention Emacs lsp-mode integration by @jcs090218 in https://github.com/svenstaro/glsl-language-server/pull/25
- Enable vulkan dialect by @Mirkopoj in https://github.com/svenstaro/glsl-language-server/pull/24
- ignore unknown notifications by @nolanderc in https://github.com/svenstaro/glsl-language-server/pull/26
- Rudimentary code completion support by @nolanderc in https://github.com/svenstaro/glsl-language-server/pull/27
- Support
#includedirectives by @nolanderc in https://github.com/svenstaro/glsl-language-server/pull/28 - Target environment by @nolanderc in https://github.com/svenstaro/glsl-language-server/pull/29
- Goto definition by @nolanderc in https://github.com/svenstaro/glsl-language-server/pull/30
New Contributors
- @Cosmic-Goat made their first contribution in https://github.com/svenstaro/glsl-language-server/pull/21
- @jcs090218 made their first contribution in https://github.com/svenstaro/glsl-language-server/pull/25
- @Mirkopoj made their first contribution in https://github.com/svenstaro/glsl-language-server/pull/24
- @nolanderc made their first contribution in https://github.com/svenstaro/glsl-language-server/pull/26
Full Changelog: https://github.com/svenstaro/glsl-language-server/compare/0.3.7...0.4.0