-
Notifications
You must be signed in to change notification settings - Fork 535
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
Real-time math preview #1427
Labels
enhancement
Issue suggests an enhancement
Comments
Awesome! Happy to merge the feature once it and vscode are ready. |
Very interesting feature! |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
jlelong
added
enhancement
Issue suggests an enhancement
and removed
feature request
Feature request
labels
Jun 15, 2019
This comment has been minimized.
This comment has been minimized.
Closed
Up. Any news on this issue? |
No. The API is still experimental. Only available in |
A discussion on the proposed API continues in microsoft/vscode/issues/85682 . Up voting in the issue might encourage the deployment of the API. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In VS Code Insiders,
WebviewEditorInset
has become available. So, I have implemented real-time math preview. It is fast and lightweight than I expected. This feature seems promising. Related to #1122 and #1420.You can try on this branch with VS Code Insiders. You can toggle with
Ctrl-l Ctrl-i
.I hope you enjoy this feature.
Technical Details
WebviewEditorInset
is implemented withWebView
.src/providers/hover.ts
intosrc/components/mathpreview.ts
.The text was updated successfully, but these errors were encountered: