Skip to content
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 JSX Intellisense doesn't appear when directly next to a closing parentheses #139553

Open
MrSimmmons opened this issue Dec 21, 2021 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug emmet Emmet related issues emmet-parse Issue caused by the current Emmet parser
Milestone

Comments

@MrSimmmons
Copy link

Does this issue occur when all extensions are disabled?: Yes/No
Yes

  • VS Code Version: 1.63.2
  • OS Version: Ubuntu 20.04 (Linux x64 5.11.0-43-generic snap)

Steps to Reproduce:

  1. Ensure that the file extension is tsx (or the language is set to typescriptreact)
  2. To check that Intellisense is working, type img and Intellisense should display an Emmet Abbreviation of <img src="" alt="" />
  3. On new line, type console.log( (note that vscode automatically adds the closing parentheses)
  4. Try to type a new img element inside the console log.
  5. Note how Intellisense does not show the img Emmet Abbreviation

Expected results:

The Emmet Abbreviation should appear even though you are next to a closing parentheses.

@mjbvz mjbvz assigned rzhao271 and unassigned mjbvz Jan 3, 2022
@mjbvz mjbvz changed the title JSX Intellisense doesnt appear when directly next to a closing parentheses Emmet JSX Intellisense doesn't appear when directly next to a closing parentheses Jan 3, 2022
@rzhao271 rzhao271 added bug Issue identified by VS Code Team member as probable bug emmet Emmet related issues labels Jan 4, 2022
@rzhao271 rzhao271 added the emmet-parse Issue caused by the current Emmet parser label Feb 3, 2022
@rzhao271 rzhao271 added this to the Backlog milestone Dec 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug emmet Emmet related issues emmet-parse Issue caused by the current Emmet parser
Projects
None yet
Development

No branches or pull requests

3 participants