svelte-intellisense icon indicating copy to clipboard operation
svelte-intellisense copied to clipboard

Intellisense does not show parameters as you type - only on mouseover

Open PersonThing opened this issue 5 years ago • 1 comments

In a regular .html file, inside a

.html file: image

.svelte file: image

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. image

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.

PersonThing avatar Oct 16 '19 21:10 PersonThing

Still have this issue.

jsonkao avatar May 01 '20 05:05 jsonkao