Chris Kipp

Results 299 comments of Chris Kipp

Hey @suliatis reading through again I think I originally misunderstood what you wanted. I'm not really sure what you're asking for is going to be possible. Most completion plugins take...

Just tying these together since this just came up in the `nvim-metals` repo as well: https://github.com/scalameta/nvim-metals/discussions/241#discussion-3610517

Hey @untainsYD there has been no update on this yet on the Bloop side.

> Though we would need to detect is deprecated string, which is not perfect. Note that in Scala 3 everything is there to instead give that diagnostics an errorMessageID and...

> Och, we might also need to change that in Bloop. Do you have any links to how it's being handled in sbt? I started work on this in https://github.com/scalacenter/bloop/pull/1750....

Thanks for the report @Sporarum although I'm not really sure this is anything that we can address in Metals. As far as I know, Metals has nothing to do with...

> Actually, we could address it in Metals, but not sure if we should. Sticky scroll uses document outline and we could possibly collapse multiple packages into one, but this...

Thanks for the request @PiotrBosak. As you mentioned this functionality is sort of generic, so I've moved it to the Metals feature request repo.

I think one thing that's important to differentiate is errors that are coming from the code that a user can fix, and the compiler crashing. Those are two very very...

Hey @sbushmanov thanks for the questions. I think the issue here is that `Test Target` is testing the current build target that you're in, not the test target that corresponds...