We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just see VSCode emmet extension introduced wrap with abbreviation live preview feature: microsoft/vscode#45092.
It's done with showInputBox validateInput option:
showInputBox
validateInput
vscode.window.showInputBox({ prompt: 'Enter Abbreviation', validateInput: inputChanged });
The text was updated successfully, but these errors were encountered:
415d02e
比較需要吹一下的是,第一次改完就能動了,太神啦!
Sorry, something went wrong.
No branches or pull requests
Just see VSCode emmet extension introduced wrap with abbreviation live preview feature: microsoft/vscode#45092.
It's done with
showInputBox
validateInput
option:Remember to add throttle(Actually is not needed :p)The text was updated successfully, but these errors were encountered: