Lobsters
- Quick Rust Test Runner for VSCode https://www.youtube.com/watch?v=A1QqdmQ6aPM 8 comments rust , show , video
- Tyche - A VSCode extension for visualizing data produced by property testing (e.g. from Hypothesis) https://marketplace.visualstudio.com/items?itemName=HarrisonGoldstein.tyche 4 comments python , testing , visualization
- Issue debuging in VSCode while going through Learn Go with tests https://www.youtube.com/watch?v=ijWgDzAbQFw 2 comments golang
- Does code formatting work for you in VSCode and in integration tests? https://marketplace.visualstudio.com/items?itemName=jrobsonchase.rust-extension-pack 11 comments rust
- VSCode and testing? https://marketplace.visualstudio.com/items?itemName=formulahendry.dotnet-test-explorer 8 comments fsharp
- My first VSCode extension for Rails tests https://marketplace.visualstudio.com/items?itemName=sporto.rails-go-to-spec 7 comments rails
- How to debug Angular tests in VSCode https://studiolacosanostra.github.io/2019/05/16/how-to-debug-angular-tests-in-vscode/?utm_source=reddit&utm_medium=post&utm_campaign=post 9 comments angular
- Hitting breakpoints in lib.rs and tests in vscode (Linux only/maybe wsl) https://gist.github.com/puffybsd/4dbee720b23c542e11eba90adfc0ce96 4 comments rust
- Neptune - Unit Testing For VSCode From the Creator of Ionide https://github.com/lambdafactory/neptune-public 6 comments fsharp
- Free Python Unit Test Generation Tool in VSCode https://marketplace.visualstudio.com/items?itemName=Tenerate.Tenerate 16 comments python
- Speed up testing by creating mock objects from TypeScript types in VSCode https://marketplace.visualstudio.com/items?itemName=EasyAgile.emulative&ssr=false#overview 3 comments typescript
- Speed up testing by creating mock objects from TypeScript types from VSCode https://marketplace.visualstudio.com/items?itemName=EasyAgile.emulative&ssr=false#overview 18 comments reactjs
- Run snippets of javascript directly through your navbar (macos). Too many times I have found myself in a situation where i just need to test a tiny snippets of code - the idea of opening new vscode window and creating new file for that was just so annoying, So I hacked a simple solution for that (: https://github.com/obiwankenoobi/minieditor 8 comments javascript
- I made such a script that makes links from Console Browser DevTools, open in VSCode. This uses the mechanism in Vite. It works great, you can test it. It works for sure with SvelteKit from Vite in Firefox and Chromum browsers. https://github.com/sveltejs/vite-plugin-svelte/issues/400#issuecomment-1196287096 2 comments sveltejs
- Work made us stop using Postman and all my team is on VSCode so i made this plugin to use their API test tool https://github.com/jecxjo/rest-client.vim 9 comments vim