Hello everyone. Just started paying around with Ko...
# intellij
a
Hello everyone. Just started paying around with Kotlin Koans. There is one thing that bugs me though: Code completion for SAM. I i write something like:
Copy code
list.asSequence()
    .filter{}
it auto completes with curly braces after filter. However I feel that many times I want to use Function references. Which means I need to delete the curly braces and replace them with parentheses. Is there a way to change the completion to not generate braces or parentheses?