Skip to content
New issue

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

Live Preview #1

Closed
Yukaii opened this issue Apr 4, 2018 · 1 comment
Closed

Live Preview #1

Yukaii opened this issue Apr 4, 2018 · 1 comment

Comments

@Yukaii
Copy link
Owner

Yukaii commented Apr 4, 2018

Just see VSCode emmet extension introduced wrap with abbreviation live preview feature: microsoft/vscode#45092.

It's done with showInputBox validateInput option:

vscode.window.showInputBox({ prompt: 'Enter Abbreviation', validateInput: inputChanged });
  • Remember to add throttle (Actually is not needed :p)
@Yukaii
Copy link
Owner Author

Yukaii commented May 27, 2018

比較需要吹一下的是,第一次改完就能動了,太神啦!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant