Closed btea closed 5 months ago
At present, when we edit the file content, the change event of the editor will be triggered, and then the input content will be parsed.
But most of the time, we only wrote a part, so the analysis will report an error. I don't think it's very friendly.
Therefore, I want to confirm the completion of your code by Ctrl + s, and then parse and update it.
Ctrl + s
I can create an PR if you think this suggestion works. @yyx990803
I think we can add this option for props. If you submit a PR, I'd be happy to merge it!
Okay, I've created a PR. #247
At present, when we edit the file content, the change event of the editor will be triggered, and then the input content will be parsed.
But most of the time, we only wrote a part, so the analysis will report an error. I don't think it's very friendly.
Therefore, I want to confirm the completion of your code by
Ctrl + s
, and then parse and update it.I can create an PR if you think this suggestion works. @yyx990803