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 520a234 commit 24ce5faCopy full SHA for 24ce5fa
CHANGELOG.md
@@ -3,6 +3,10 @@ All notable changes to the language server will be documented in this file.
3
4
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
5
6
+## [0.7.0]
7
+- Improve completion list sorting
8
+- Fix bug that occurred when project path contained whitespace
9
+
10
## [0.6.0]
11
- Add package completion
12
- Support Java imports
gradle.properties
@@ -1,4 +1,4 @@
1
-projectVersion=0.6.0
+projectVersion=0.7.0
2
teamCityUrl=https://teamcity.jetbrains.com
teamCityUsername=guest
teamCityPassword=guest
0 commit comments