Auto-completion starts suggesting keywords while entering block-comment #5731
Labels
bug
Something that is making a piece of functionality unusable
completions
Tickets related to completion functionality
Milestone
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
The text was updated successfully, but these errors were encountered: