Revup for VSCode #217
Dere-Wah
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there!
Stumbled across Revup a while ago, and really liked the concept. However I always got a big issue: I was constantly forgetting the name of topics I was using in my projects!
Maybe that's my only problem... however, I started thinking: what if there's a way in VSCode / Cursor to have a list of topics in the current chain listed?
And after a bit of digging and duct tape coding, I built up revup-vscode (https://github.com/Dere-Wah/revup-vscode), which completes my Revup experience exactly with this feature.
These are the main features I implemented to improve my dev experience with it, and ngl I kinda depend on them now.
Speaking of technicals, since VSCode is in js/ts, I access revup's information via command line commands.
Hope you can find it useful aswell!
And again I made it just to fullfill my needs during my dev workflow, but if you have more features that you think are necessary feel free to contribute.
Beta Was this translation helpful? Give feedback.
All reactions