Aloayzag
- 活动总数 4
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
创建于 How to enable records in IJ Ultimate 2020.3?
已回答Hello, To try Java records, I have the following method in a scratch file: private static void scratchMethod() { record Point(int x, int y) {}; Point myPoint = new Point(7, 50); System.out.pr... -
创建于 Using projects from previous versions.
已回答I have several projects built on IJ Community 2018.3 . I just installed IJ Ultimate 2020.3 on a different machine. I copied the folders containing the old projects into the projects folder (~/IdeaP...