Skip to content

v0.52.0: Add changelog for 0.52.0

Compare
Choose a tag to compare
@fbricon fbricon released this 18 Dec 16:44
· 790 commits to master since this release
  • 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). Removed java.actionsOnPaste.organizeImports preference. See #1115.
  • documentation - fixed broken link in CONTRIBUTING.md. See #1105