Closed weijian19391 closed 5 years ago
If you mean to be able to use the templates inside JSX/TSX files then it's possible almost since the beginning. You need to change default configuration for postfix.languages
to:
"postfix.languages": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
Can you add support for tsx and jsx files?