Rikito Taniguchi

Results 134 comments of Rikito Taniguchi

I'm wondering if we should see this behavior as "broken" 🤔 - SemanticDB points to the right place - In the above example, the SemanticDB symbol for `new SymbolKind` points...

@unthingable Thank you for reporting! Indeed it (after `extends C1[A]`) shouldn't be shown.

https://github.com/lampepfl/dotty/pull/16031 this PR should fix the problem :)

`3.2.1-RC2` (or `3.2.1`) should fix the issue, let's close after confirming this is fixed in the next release version.

Can you take a look, and give me some thoughts? @dos65 @tgodzik @alexarchambault (requesting review to someone who commented on the original feature requests). Maybe you can skip until `Problem`...

@alexarchambault Hi, could you skim through this doc when you have time before I'm going further (to make sure we're on the same page about the implementation plan) I'm not...

> I'm only not sure if there is need in adding it to metals docs. > Maybe it might be left in a issue comment to this feature request? As...

https://github.com/scalameta/metals/issues/4434

Probably related to https://github.com/scalameta/metals/issues/3935 I'll take a look :eyes:

Looks like this is caused by the lack of `HKTypeLambda` support in SemanticDB for Scala3, maybe it's time to working on it 👍