The auto-completion will insert def into the block-comment, which is not what's desired.
Note: If I have a line such as // */ below, and I start typing /* then this does not happen. I'm guessing this is due to fact that no parser errors will occur.
Expected behavior
The expected behavior is that a new line is added.
Describe the bug
src/main/scala/Main.scala
/*
, wait ~0.1sec, then press enterThe auto-completion will insert
def
into the block-comment, which is not what's desired.Note: If I have a line such as
// */
below, and I start typing/*
then this does not happen. I'm guessing this is due to fact that no parser errors will occur.Expected behavior
The expected behavior is that a new line is added.
Operating system
macOS
Editor/Extension
VS Code
Version of Metals
v1.0.1
Extra context or search terms
completion suggestion auto-complete auto-suggest comment