- enhancement - navigate to the super implementation. See #553.
- enhancement - exclude certain packages from autocomplete/autoimport. See #710.
- enhancement - code action: create non existing package when package declaration mismatch. See #1030.
- enhancement - code action: convert anonymous class to nested class. See #1060.
- enhancement - code action: fix non accessible references. See JLS#440.
- enhancement - code action: convert for-loop to for-each loop. See JLS#1166.
- enhancement - use
vscode.env.appName
instead of hardcodingVS Code
. See #1066. - bug fix - fixed tables not properly rendered on Javadoc hover. See #1002.
- bug fix - extract embedded javadoc images. See #1007.
- bug fix - fixed extension never reaching the ready state (always spin). See #1056.
- bug fix - fixed wrong completion text for AnonymousDeclarationType. See JLS#1168.
- bug fix - fixed "No delegateCommandHandler for 'xxx'" error. See JLS#1146.
- bug fix - load bundle only once if same bundle occurs multiple times in different locations. See JLS#1174.
- bug fix - fixed incorrect
prepareRename
response when called over import. See JLS#1175. - documentation - update CONTRIBUTING.md with images for setting up server and remote debugging. See #1037.