svelte-intellisense
svelte-intellisense copied to clipboard
Intellisense does not show parameters as you type - only on mouseover
In a regular .html file, inside a
.html file:
.svelte file:
They both show full parameter (and jsdoc) info on hover of the method name... but it's really useful to be able to see which parameter you're working on as you type, especially for imported modules.
Not sure if this can be fixed by this extension or the svelte-vscode extension so I added the issue to both.
Edit: this feature is apparently called Signature Help. The manual Ctrl+Shift+Space
shortcut mentioned there does not work in .svelte files either.
Still have this issue.