Invict One

- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Created 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... -
Created scalafmt overly / eagerly formatting
AnsweredI'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...