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 9e6abbb commit 77dba8dCopy full SHA for 77dba8d
CHANGELOG.md
@@ -3,6 +3,13 @@ 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.6.0]
7
+- Add package completion
8
+- Support Java imports
9
+- Provide tree-structured document symbols
10
+- Improve lint scheduling
11
+- Fix formatOnSave and some other bugs
12
+
13
## [0.5.2]
14
- Fix Docker image tag
15
gradle.properties
@@ -1,4 +1,4 @@
1
-projectVersion=0.5.2
+projectVersion=0.6.0
2
teamCityUrl=https://teamcity.jetbrains.com
teamCityUsername=guest
teamCityPassword=guest
0 commit comments