-
Notifications
You must be signed in to change notification settings - Fork 18
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
Syntax for FJSX15 does not do auto closing tags for jsx #24
Comments
I added a command to the branch hotfix/close-jsx-tag, can you check if it solved the issue? |
No, that didn't seem to work. |
I believe I finally found the issue, there were scope voids in new line characters, I sent some commits which should fix issue. Please update and check the branch hotfix/close-jsx-tag again to see if it is working on your machine. |
The change you made in 0d527ee did the trick. I was able to autocomplete html and custom tags when typing |
Released the patch on the master branch. |
I just wanted to confirm that the public release works. Thanks for your help and quick response! |
Regression, the new syntax system fixed lots of issues, but this behavior is back, I am fixing this as soon as possible as it is affecting my workflow too. |
Syntax for FJSX15 does not do auto closing tags for jsx, but it does for HTML 5.
I would expect to get the same type of auto close/auto complete on triggers for jsx files as I would for html files.
The text was updated successfully, but these errors were encountered: