elm-street-technology / elevate-ui

🎨 💻 📱An opinionated toolkit of React components and patterns
https://elevate-ui.com/
MIT License
10 stars 4 forks source link

Code snippets in VSCode #219

Closed dillonemorris closed 5 years ago

dillonemorris commented 5 years ago

Share process of creating code snippets in VSCode.

As a developer using ElevateUI, I'd prefer to type the Code Snippets version of the following examples:

ex. 1

Manually typed: marginTop: theme.spacing.unit

Code snippet: marginTop: tsu * tab

ex. 2

Manually typed: color: theme.colors.gray["900"]

Code snippet: color: tcg900 * tab

Creating a page in EUI Docs

Include a page in EUI docs with a walkthrough on how to create code snippets and/or include link to vid tutorial (https://www.youtube.com/watch?v=N_QshKsUXO8)

Ideas for Page Title in EUI Docs

"Code Snippets" - more specific but we may need a full page depending on length of content

"Tips" - Code snippets is a section within a page which lends additional tips/suggestion to developers.