Ólafur Páll Geirsson

Results 361 comments of Ólafur Páll Geirsson

This is a good idea. This should be significantly simpler now thanks to the new synthetics introduced in https://github.com/scalacenter/scalafix/pull/828. After the PR https://github.com/scalacenter/scalafix/pull/827, we are moving most built-in rules outside...

Thanks for reporting! This feature will be possible to implement once "rename symbol" is done. Currently, we are missing indexes to find all the overriden methods.

I think it's fine to default to always finding references to all overridden and supermethods. I don't think we need to add options to begin with.

Moving to the main repo since this issue is unblocked by textDocument/rename.

Good point. We may want to special case `toString`, `hashCode` and `equals` to not include supermethods and overridden methods.

Thank you for reporting! Without looking deeply at this repo, this issue is likely related to Gradle rather than the Java version. It's tricky to inject the compiler plugin to...

Thanks for the quick response! Makes sense, feel free to close this issue if you like. I personally won't look into adding kramdown support in remark. It would be really...

I would love to see this feature added. To elaborate on my use-case: I'm working on QuickPick component to open files for a custom `FileSystemProvider`. The QuickPick component for my...

Is this a Bloop issue? Does sbt BSP have the same problem?

Does sbt use those JVM options when running `sbt test`? If so, then I would expect the flags to be picked up by default when running tests via Metals together...