babel / babel/babel-sublime-snippets
jsx (html) snippets
- Dominant language
- No language data
- Stars
- 259
- Forks
- 43
- PR merge metrics
- No merged PRs in 30d
Description
I'd like to suggest an enhancement since a large part of writing React is jsx and we lose a lot of helpful snippets available when writing html with .html snippets.
For example, when writing my render function I would like to be able to write 'div', hit tab, and then get
```
{cursor placement}
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the existing HTML snippet definitions and the JSX/React snippet entry points in the repository. Compare their expansion behavior, then add equivalent JSX coverage for the requested example and verify that typing “div” followed by Tab produces the shown element with cursor placement.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100