deno_std icon indicating copy to clipboard operation
deno_std copied to clipboard

CsvParseStream: no autocomplete for constructor options

Open mfulton26 opened this issue 10 months ago • 0 comments

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

mfulton26 avatar Feb 20 '25 14:02 mfulton26