Block comments #10136
Answered
by
gabydd
adriangalilea
asked this question in
Q&A
Block comments
#10136
-
Hello, I've been trying to use this new feature from I was hoping to be able to comment typescript/react/html code, but when I try to comment:
If I do space + c I get the regular comment. But I'm unable to simply comment a line like I do in vscode. Am I missing something? |
Beta Was this translation helpful? Give feedback.
Answered by
gabydd
Apr 4, 2024
Replies: 1 comment 2 replies
-
The problem here is that the comments don't have enough context to know you are inside jsx, this is covered by #7364 |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
adriangalilea
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The problem here is that the comments don't have enough context to know you are inside jsx, this is covered by #7364