-
Notifications
You must be signed in to change notification settings - Fork 30k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emmet: Wrap with abbreviation in jsx not producing className #67098
Comments
(Experimental duplicate detection) |
Context here is React actually uses |
Note that it did support this behaviour before, and regular Emmet expansions in JSX files do generate (Not sure how much it matters, but just mentioning it to be sure.) |
I see the problem — completion expands to |
Any progress on that? @octref |
Contribution welcome, otherwise I'll get to this when I have time: https://github.com/Microsoft/vscode/blob/master/extensions/emmet/src/abbreviationActions.ts#L33-L35 |
The link @octref shared is the right place to start for the Wrap with abbreviation feature. https://github.com/Microsoft/vscode/blob/master/extensions/emmet/src/abbreviationActions.ts#L582 is where one should set a breakpoint to see what is the syntax being returned from the |
@ramya-rao-a I'd love to tackle this one if you don't mind. |
Version: 1.30.2 (user setup)
Commit: 61122f8
Date: 2019-01-07T22:54:13.295Z
Electron: 2.0.12
Chrome: 61.0.3163.100
Node.js: 8.9.3
V8: 6.1.534.41
OS: Windows_NT x64 10.0.17134
Should produce
className
notclass
Steps to Reproduce:
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: