Esri / arcgis-js-vscode-snippets

Collection of Visual Studio Code snippets for common code patterns in the ArcGIS Maps SDK for JavaScript.
https://marketplace.visualstudio.com/items?itemName=Esri.arcgis-maps-sdk-js-snippets
Apache License 2.0
25 stars 8 forks source link

Programmatically create UI/cheat sheet to explore snippets #32

Closed hhkaos closed 10 months ago

hhkaos commented 11 months ago

Problem

As I mentioned in the Snippet cheatsheet issue. Maintain the table of snippets available manually is:

This also apply to the one I made with cheatography.com. But I think is worth to have a mechanism that can ensure it is always updated.

Proposal

I think making a web interface should be pretty simple. I have been testing, and I think we can add "custom properties" to the custom snippets: 2023-09-26_12-40-35

That, way we could create properties like:

What do you think? I envision something a simple serverless SPA, like this:

Screenshot 2023-09-26 at 14 18 41
kellyhutchins commented 11 months ago

Sounds awesome!