UmbSense
UmbSense copied to clipboard
VS Code extension
Would be nice with a VS Code version too :)
well it turns out that is entirely possible. https://github.com/KevinJump/UmbSense/tree/vs-code
there is no 'code' other than a lot of json mangling, it sort of feels like it should be something we can scrape from the repo but that might be pushing it.
it will need some work. I will raise some issues, for the steps.
Looking at the JSON, (e.g. umb-button.json) now it's got me wondering if we could generate the C# classes from it too. 🤔 "Single source of truth" and all that jazz!
thats the dream 👍
I think we need to look at how the ngDoc stuff actually generates help, and see if it can generate machine readable code, then munge it into c# / json files.