6

I have tried to make IntelliJ work with SDK-14, but I am obviously having problems getting records to work. Since the release date is in March, I would think that the good people at Jetbrains are close to having a version that works with SDK-14. I need to run SDK 14 with --enable-preview. I have googled for a couple of days without any luck.

I had some luck with Sublime, but I miss code-completion. If there are other options, please feel free to mention them.

Mark Rotteveel
  • 100,966
  • 191
  • 140
  • 197
thomas77
  • 1,100
  • 13
  • 27

1 Answers1

7

UPDATE: The first 2020.1 EAP with Records support is released.

IntelliJ IDEA support for Records (JEP 359) is work in progress and will be available in 2020.1 release (EAP for this version should start in January 2020, release is planned for March-April 2020).

Related tickets:

CrazyCoder
  • 389,263
  • 172
  • 990
  • 904
  • Great! So when I check for updates I need to select Early Access Program? – thomas77 Dec 30 '19 at 21:28
  • 4
    Yes, EAP stands for Early Access Program. Placeholder page: https://confluence.jetbrains.com/display/IDEADEV/IDEA+2020.1+latest+builds. https://www.jetbrains.com/idea/nextversion/ will also point to the EAP version when it's available. – CrazyCoder Dec 30 '19 at 21:30