svelte-type-checker-vscode
svelte-type-checker-vscode copied to clipboard
Interaction with Svelte plugin
For best results, disable the typescript complete, hover, and definition features of the Svelte plugin and enable all the settings of this plugin.
Would be nice if README provided the JSON to achieve this.
Edit: Seems like these value work?
// hover
"svelte.plugin.typescript.hover.enable": false,
"svelte-type-checker.enableHoverHints": true,
// definitions
"svelte.plugin.typescript.definitions.enable": false,
"svelte-type-checker.enableDefinitions": true,
// completions
"svelte.plugin.typescript.completions.enable": false,
"svelte-type-checker.enableCompletion": true,
Thanks, I am happy to take a PR for the Readme if those work. I just assumed people would use the settings menu in vscode and untick the checkboxes