Chris Kipp
Chris Kipp
This is an interesting idea. I didn't think about using BSP for this, but it might work, although bit more complex to just get all the moving pieces working. Regarding...
Alright so I ended up just moving this from the discussion into an issue since in reality it does produce broken code and this could bit uses if they try...
Alright, you can minimize this down to: ```scala //> using scala 3.3.1-RC1-bin-20230510-d6c643c-NIGHTLY //> using options -rewrite -indent object example { def foo(a: Any) = ??? def appply() = foo {...
> Hi @mbovel, I'll get back to working this. Hey @gagandeepkalra do you still plan on returning to this?
> Have you reviewed and tested it somehow? Well there isn't a great way to test this since it's the CI release procedure. However, again, this is the same approach...
> Can you please release a new version? The latest one (v0.19.0) doesn’t work with modern nvim-treesitter. Hey @jirutka just to make sure I understand the actual issue, could you...
Just to tie these together I just had a usecase where having something like this would have been super useful. I wrote about it in [here](https://github.com/VirtusLab/scala-cli/discussions/2051), but to reiterate I...
Just jumping in here to say that this should be addressed with newer versions of Metals. You're seeing a few different messages: 1. The X on java support for the...
Just a heads up, we've fixed this in Metals. You can test with the latest snapshot to see this working `0.11.9+128-92db24b7-SNAPSHOT`.
The fix is contained in https://github.com/scalameta/metals/pull/4588, which isn't in a stable release yet. We'll be releasing `0.11.10` _hopefully_ this week, and that version will contain this fix.