- enhancement - define schema for
contribute/javaExtensions
in package.json. See #1114. - enhancement - add text selection support in code snippet. see JLS#1222.
- enhancement - unused imports displayed as faded. See JLS#1219.
- bug fix - fixed pasting with multi-cursor. See #1112.
- bug fix - organize imports on paste moved to a specific command (
ctrl+shift+v
-cmd+shift+v
on Mac). Removedjava.actionsOnPaste.organizeImports
preference. See #1115. - documentation - fixed broken link in CONTRIBUTING.md. See #1105