Enjoy writing out SvelteJS runes using dot notation.
Currently the $state()
$props()
and $inspect()
runes are supported.
$props()
To write a quick props rune simply type props.<nameOfProp> followed by two spaces. You can chain as many props as you want together.
$state()
To create state runes, write state.<nameOfState> followed by two spaces. You can chain this together as many times as you want!
$inspect()
You probably get the idea by now, just type inspect.<nameOfVariable> followed by two spaces to generate an inspect rune with those variables inside of it!
There are no additional dependencies required to run this extension.
Thanks for being an early adopter!
Initial release of Svelte Dot Runes
Enjoy!