Skip to content

Commit

Permalink
version 1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
racz16 committed Mar 12, 2024
1 parent 31f31ce commit e33c5b7
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,14 @@
<!-- markdownlint-disable MD026 -->
# Change Log

## [1.3.8] - 2024.03.12.

### Improved

* Making builtin macros available in normal code completion (with values), not only in preprocessor lines
* Adding a tooltip and a link to inlay hints
* Updated packages

## [1.3.7] - 2023.11.25.

### Improved
Expand Down
4 changes: 2 additions & 2 deletions LICENSE.txt
@@ -1,4 +1,4 @@
Copyright 2023 Rácz Zalán
Copyright 2024 Rácz Zalán

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand All @@ -10,4 +10,4 @@ For diagnostics, the extension uses the glslang, you can read its license here:

For the documentation, the extension uses docs.gl, you can read its license here: http://docs.gl/about.html

For the math formulas, the extension uses MathJax, you can read its license here: https://github.com/mathjax/MathJax/blob/master/LICENSE
For the math formulas, the extension uses MathJax, you can read its license here: https://github.com/mathjax/MathJax/blob/master/LICENSE
10 changes: 8 additions & 2 deletions README.md
Expand Up @@ -37,7 +37,7 @@ The extension can display a signature helper for functions and constructors (exc

### Code completion

The extension provides types, variables, functions, constructors, keywords, qualifiers, qualifier parameters, preprocessor directives and code snippets using IntelliSense, according to the current scope and shader stage. Member variables and vector swizzles are also supported.
The extension provides types, variables, functions, constructors, keywords, qualifiers, qualifier parameters, preprocessor directives, macros, and code snippets using IntelliSense, according to the current scope and shader stage. Member variables and vector swizzles are also supported.

![code completion](res/gif/code-completion.gif)

Expand Down Expand Up @@ -83,7 +83,7 @@ The extension can provide outline information and breadcrumbs about the types, i

### Inlay hints

The extension can show function and constructor parameters in the source code.
The extension can show function and constructor parameters in the source code with tooltips and links.

![inlay hints](res/png/screenshots/inlay-hints.png)

Expand Down Expand Up @@ -219,6 +219,12 @@ You can find the user-provided issues on [GitHub](https://github.com/racz16/WebG

For more information, see the [changelog](CHANGELOG.md).

### 1.3.8

* Making builtin macros available in normal code completion (with values), not only in preprocessor lines
* Adding a tooltip and a link to inlay hints
* Other small changes

### 1.3.7

* Added default file icons
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -28,7 +28,7 @@
"color": "#990000",
"theme": "dark"
},
"version": "1.3.7",
"version": "1.3.8",
"engines": {
"vscode": "^1.65.0"
},
Expand Down

0 comments on commit e33c5b7

Please sign in to comment.