Skip to content

Variable and parameter IntelliSense broken in VS Code 1.4.0 #264

@daviwil

Description

@daviwil

In VS Code 1.4.0, the completion behavior has changed to require the use of the filterText field to ensure that completions which insert text not equal to the label field will get displayed. Since PowerShell often suggests completions with labels different than the actual insert string, this caused some completions to be broken.

The fix is to put the value of the insertText field into the filterText field also.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions