emmet vim for react bootstrap can not work together
Nobody has claimed this yet.
- Dominant language
- Vim Script
- Stars
- 6.5k
- Forks
- 414
- PR merge metrics
- No merged PRs in 30d
Description
react bootstrap has this format such as Alert.Link, or Form.Group, e.g
<Alert.Link> an example link</Alert.Link>
emmet will of course make it look like <Alert className="Link">an example link</Alert> instead.
are there any chances to make both work together? can I use emmet to do: <Alert.Link className="myAlert">an example link</Alert.Link>?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Start by reproducing the Alert.Link and Form.Group examples in emmet-vim, then trace the React-style abbreviation handling. Done should mean Emmet can expand nested component names such as Alert.Link while preserving the requested className.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, vim
- Domain
- frontend, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100