Skip to content

Options to change Intellisense check delay #1132

@SuspiciousLookingOwl

Description

@SuspiciousLookingOwl

Is your feature request related to a problem? Please describe.
Svelte extension in VSCode seems to have 1 second debounce delay between checking
svelte-vscode

Compared to TypeScript which is around 500ms
ts-vscode

for some developer 1s delay is too long or doesn't feel responsive

Describe the solution you'd like
It would be nice to be able to change the debounce value to provide more responsive checking for developer with beefier machine

Additional context
I'm using Svelte VSCode v105.3.4 and those are my devDependencies (default from npm init svelte@next my-app with TS + Eslint + Prettier)

{
  "@sveltejs/kit": "next",
  "@typescript-eslint/eslint-plugin": "^4.19.0",
  "@typescript-eslint/parser": "^4.19.0",
  "eslint": "^7.22.0",
  "eslint-config-prettier": "^8.1.0",
  "eslint-plugin-svelte3": "^3.2.0",
  "prettier": "~2.2.1",
  "prettier-plugin-svelte": "^2.2.0",
  "svelte": "^3.34.0",
  "svelte-check": "^2.0.0",
  "svelte-preprocess": "^4.0.0",
  "tslib": "^2.0.0",
  "typescript": "^4.0.0"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions