Chris Kipp
Chris Kipp
> @riiswa @ckipp01 I think we should be able to merge, the leftover comments are not that important, but let's fix the scalafix job, maybe? Sounds good to me! I'm...
> Looks like the SBT changes are done. Thanks @ckipp01!! Just curious, how does this affect Metals? So the idea here is that the inlined positions can be listed as...
So I just quickly looked at this, and it does seem that when I try out the text I get a completion request: ``` [Trace - 07:13:14 PM] Received request...
Thanks for the pr, but can you include a pr description that includes things like 1. The issue this pr is addressing 2. A high level overview of the changes...
> LGTM from my side, do you have any comments @ckipp01 ? I haven't had time to thoroughly go through it all yet, but don't let that block this.
> @alexarchambault in metals repo we have only Squash and Merge option for merging PR. This happens with all PRs For what it's worth. I don't think there should be...
Thanks for the report @yuxuan-z19 but something seems to be borked with your build. Looking at: ``` Stopped configuration of Scala SemanticDB in 2.12.15 projects: Missing semanticdb-scalac_2.12.15 plugin in resolved...
> Btw. we need to wait for [eclipse/lsp4j#466](https://github.com/eclipse/lsp4j/issues/466) I'm pretty sure it was included in https://github.com/eclipse/lsp4j/releases/tag/v0.10.0
> Ach, that might be, I though that no actual work was done on 3.16, but: > > `Implemented LSP version 3.16.0 (specification is not finalized yet)` 🤔 it looks...
For context you can reproduce this with a minamal hello-world project in Scala 3. Create a `project/Example.scala` file with the following: ```scala object Example { val hello = "there" }...