UmbSense icon indicating copy to clipboard operation
UmbSense copied to clipboard

VS Code extension

Open skttl opened this issue 4 years ago • 3 comments

Would be nice with a VS Code version too :)

skttl avatar Oct 12 '20 21:10 skttl

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.

KevinJump avatar Oct 13 '20 07:10 KevinJump

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!

leekelleher avatar Oct 16 '20 15:10 leekelleher

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.

KevinJump avatar Oct 16 '20 15:10 KevinJump