Invict One

- 活动总数 15
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
创建于 Scala 3 end method name statement not renamed
While renaming Scala methods, the part after "end" clause is not renamed. Example: private def createUserPane() = new StackPane end createUserPane If I'd rename createUserPane (Shift+F6) to createP... -
创建于 scalafmt overly / eagerly formatting
已回答I'm using Scala 3.1.2, sbt 1.6.2 and scalafmt 3.5.8 and IntelliJ 2022.2 EAP. THE ISSUE: Using .scalafmt since some days (don't recall the exacat update) it has started to overly format and remove w...