Synchronize selection between text editor and webview #54
Labels
component: vscode extension
Issue concerns the Slate extension for Visual Studio Code
enhancement
New feature or request
Editing
.slate
files in the text editor would be easier if some info about highlighted text and items was exchanged between text editor and webview.Idea:
This requires that the Slate instance running in the webview saves file ranges corresponding to all objects read from the file. These ranges must be updated when the file is changed by the webview itself.
The text was updated successfully, but these errors were encountered: