when you write a new function, intellisense suggestions pop up as soon as you finish myFunc(). They stay up when you add curly braces myFunc() {}. This means when you press enter to create a multiline function, the intellisense snippet item is inserted instead.

Pressing enter gives:

intellisense should be hidden here, so that you can add a line w/out triggering a snippet.