scalameta / metals

Scala language server with rich IDE features 🚀
https://scalameta.org/metals/
Apache License 2.0
2.08k stars 326 forks source link

[Scala 3] Add scaladoc completion #3955

Closed tgodzik closed 2 years ago

tgodzik commented 3 years ago

Is your feature request related to a problem? Please describe. In Scala 2 it's possible to add a completion that will create a scaladoc stub when /* is completed before a method/class . It would be good to have the same for Scala 3.

Describe the solution you'd like The potential solutions should take a look at ScaladocCompletions.scala and related tests to see what needs to be supported but in general we would need:

Additional context This is part of the effort to create proper tooling for Scala 3.

Search terms: scaladoc comments completions completions scala3

tanishiking commented 2 years ago

I'm on it :)