Skip to content

CsvParseStream: no autocomplete for constructor options #6435

Open
@mfulton26

Description

@mfulton26

Describe the bug

When constructing new CsvParseStream instances, VSCode provides no suggestions for option names (e.g. skipFirstRow, columns, etc.).

Steps to Reproduce

  1. Create a script with a call to new CsvParseStream()
  2. Attempt to add options via an object argument and add columns or some other property
  3. Notice how you need to know the names of the options; no autocomplete happens and no links to the rich JSDocs is provided

Expected behavior

Auto-completion and JSDoc references work as normal.

Environment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions