Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CsvParseStream: no autocomplete for constructor options #6435

Open
mfulton26 opened this issue Feb 20, 2025 · 0 comments
Open

CsvParseStream: no autocomplete for constructor options #6435

mfulton26 opened this issue Feb 20, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@mfulton26
Copy link
Contributor

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

  • OS: MacOS 15.3.1
  • deno version: 2.2.0
  • std version: jsr:@std/csv@1.0.5
@mfulton26 mfulton26 added bug Something isn't working needs triage labels Feb 20, 2025
@kt3k kt3k removed the needs triage label Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants