ren-wei / echarts-enhanced-completion

This is an extension of vscode that is used to prompt completion when editing the options of echarts.
MIT License
35 stars 1 forks source link

是否考虑扩展tsx和jsx? #8

Closed CaptainJon closed 1 year ago

CaptainJon commented 1 year ago

What problem does this feature solve?

如题,目前基本都是组件化开发了,jsx和tsx很常见了

ren-wei commented 1 year ago

感谢您的反馈,我会在下一个版本(1.6.4)加上对 jsx 和 tsx 的支持,但是目前使用的解析引擎是 esprima ,因此对 jsx 和 tsx 只能部分支持。