Easily search Reddit from VS Code
If you're interested in more features, feel free to open an issue on the repository.
cmd+shift+p
VS Reddit
In your settings.json, set the darkMode variable:
{
"vsreddit.darkMode": true
}
Add post ID in render
Fix content width overflow
Fixed Svelte render bug when posts have duplicate titles
Added post preview
Initial release