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 bdafb95 commit b228201Copy full SHA for b228201
CHANGELOG.md
@@ -5,3 +5,4 @@
5
## [Unreleased]
6
### Added
7
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)
8
+- Partial highlighting and navigation for method and field signature
gradle.properties
@@ -4,7 +4,7 @@
4
pluginGroup = com.github.ceclin.bdlh
pluginName = BDLH
# SemVer format -> https://semver.org
-pluginVersion = 0.0.1
+pluginVersion = 0.1.0
9
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
10
# for insight into build numbers and IntelliJ Platform versions.
0 commit comments