Autocomplete doesn't get trigger when enter a new line

Hey there,

I’m trying to figure out how to trigger autocomplete when I hit “enter” to a new line?

It used to work in a previous project, I couldn’t find any related release recently that disabled this. I’ve also tried override in the autocompletion extension but no luck.

Is this an intentional change? If so, is there a way to work around this?

Thanks in advance!

Example code, when inspect the page, enter a new line does not stop at debugger on line 13, but it will get triggered when I hit a white space in the new line Test code here

I don’t think @codemirror/autocomplete ever implicitly started completion on pressing enter.