You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browser Preview also supports "inspect component" which enables people to select a DOM element and go directly to the component source inside the editor.
I'd love to be able to support Vuejs for this feature, and I'm wondering if Vue already exposes element to source mappings when running in development mode?
What problem does this feature solve?
Hi 👋
I'm the author of https://github.com/auchenberg/vscode-browser-preview/, which is an extension for VS Code that allows users to preview web content inside the editor.
Browser Preview also supports "inspect component" which enables people to select a DOM element and go directly to the component source inside the editor.
Details: https://mobile.twitter.com/auchenberg/status/1133178573773164545
I'd love to be able to support Vuejs for this feature, and I'm wondering if Vue already exposes element to source mappings when running in development mode?
/k
What does the proposed API look like?
Browser Preview is using https://github.com/auchenberg/element-to-source to do the mapping.
The text was updated successfully, but these errors were encountered: