We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad6a1ff commit 169a3d3Copy full SHA for 169a3d3
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
# IntelliJ ZigLang Plugin Changelog
4
5
+## [0.2.1]
6
+### Added
7
+- Local variable auto completion
8
+- Top level variable auto completion
9
+
10
## [0.2.0]
11
### Added
12
- Function return type auto completion
gradle.properties
@@ -3,7 +3,7 @@
pluginGroup = org.zig
pluginName = IntelliJ ZigLang Plugin
-pluginVersion = 0.2.0
+pluginVersion = 0.2.1
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
0 commit comments