Skip to content

Intellisense should be hidden when inside new function brackets #1254

@nklayman

Description

@nklayman

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.
screenshot from 2018-10-15 21-07-28
Pressing enter gives:
screenshot from 2018-10-15 21-11-02
intellisense should be hidden here, so that you can add a line w/out triggering a snippet.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions