vitest live templates
Hi,
I'm finding that the vitest experience isn't as slick as it is for jest; there don't seem to be live templates for describe/it/expect etc.
I could easily just be missing an option somewhere as I'm relatively new to webstorm! :)
Any pointers gratefully received.
Please sign in to leave a comment.
The live templates for
describe/itare there, please check Settings | Editor | Live Templates, JavaScript Testing. Do they work for you?Thanks for the instructions! Looking in that window it turned out the issue was nothing to do with vitest and instead was that i'm using typescript, and the JS testing templates are only enabled for JS specifically. Toggling them on for TS works fine.
thanks again!
I see, thanks for update!
We have a request to update the testing live templates context to include Typescript, https://youtrack.jetbrains.com/issue/WEB-64527/JavaScript-Testing-live-templates-are-not-applicable-in-TypeScript-files-anymore-by-default. Please subscribe to it to get notified on updates.