Minimal setup to reproduce Intellij slow completion with scala 3
Remove import statement at top of file and use IDE to help you add import again, this is slow, each import proposition taking several seconds.
Switching scala version to 2.13.17 makes syntax/completion much faster.