When i try to insert scaladoc comment, metals offer do this automatically like at screenshot

As you can see, there is valid definition of function "repeatString" under the comment
But if i:
then metals will not offer me an autofilling



Installation:
Search terms
scaladoc autofill
Thanks for reporting! This is working intended, scaladoc comments as far as I know are added for methods, classes etc.
What is your use case in this situation? Why would you add a scaladoc comment without Scala code to accompany it? This would just be a simple comment and not really useful in any kind of documentation (unless I am mistaken.)
Hi!
Sorry for delay.
Sometimes i exactly know what i will write(it's about code), so i want write a comment before i will starting write class/methods definitions.
We could just add an empty comment if nothing is defined afterwards, something like:
/**
*
*/
shouldn't be too difficult. This needs to be done in the Metals server though, so I will move it there.
Most helpful comment
We could just add an empty comment if nothing is defined afterwards, something like:
shouldn't be too difficult. This needs to be done in the Metals server though, so I will move it there.