File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 0.42.0 (March 29th, 2019)
4+ * enhancement - added "imports" folding support. See [ #555 ] ( https://github.com/redhat-developer/vscode-java/issues/555 ) .
5+ * enhancement - added UI to manage anbiguous imports. See [ #673 ] ( https://github.com/redhat-developer/vscode-java/issues/673 ) .
6+ * enhancement - added ` Convert to static import ` code actions. See [ #796 ] ( https://github.com/redhat-developer/vscode-java/issues/796 ) .
7+ * enhancement - eliminated CPU usage when idling on Windows. See [ #843 ] ( https://github.com/redhat-developer/vscode-java/pull/843 ) .
8+ * enhancement - added Java 12 support. See [ #671 ] ( https://github.com/redhat-developer/vscode-java/issues/671 ) .
9+ * bug fix - fixed occasional NPE when navigating to class, on Linux. See [ #963 ] ( https://github.com/eclipse/eclipse.jdt.ls/issues/963 ) .
10+
11+
312## 0.41.0 (March 15th, 2019)
413* enhancement - added ` Generate hashcode() and equals()... ` source action. See [ 814] ( https://github.com/redhat-developer/vscode-java/pull/814 ) .
514* enhancement - added reload prompt when extension bundles changed. See [ #822 ] ( https://github.com/redhat-developer/vscode-java/pull/822 ) .
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ Features
2020=========
2121![ screencast ] ( https://raw.githubusercontent.com/redhat-developer/vscode-java/master/images/vscode-java.0.0.1.gif )
2222
23+ * Supports code from Java 1.5 to Java 12
2324* Maven pom.xml project support
2425* Basic Gradle Java project support
2526* Standalone Java files support
@@ -30,6 +31,7 @@ Features
3031* Organize imports
3132* Type search
3233* Code outline
34+ * Code folding
3335* Code navigation
3436* Code lens (references/implementations)
3537* Highlights
You can’t perform that action at this time.
0 commit comments