vscode-kotlin icon indicating copy to clipboard operation
vscode-kotlin copied to clipboard

Improved kotlin syntax based on latest documentation

Open per-steinar opened this issue 1 year ago • 3 comments

Improved syntax based on documentation from https://kotlinlang.org/

Summary

  • Improved scopes for imports
  • Separating val and var
  • Improved capturing of functions and parameters
  • Added variable and object capturing
  • Added capturing of keyword for mapping
  • Added capturing of optional accessor
  • Added capturing of elvis operator

See: https://github.com/eclipse/buildship/pull/1273

per-steinar avatar Oct 26 '23 07:10 per-steinar