Adopt selection support in notebook diff / interactive editor to enable in-editor history
See original GitHub issuehttps://github.com/microsoft/vscode/commit/7858e237ae3cc69658ba4e8830c23a24deac2a45#diff-330f92e5612e8f9dcc91e85d694b6e10fdaa5f14c384157edfd27dfbbf0f8684 added support for selection in notebook editor to participate in history navigation by recording locations for each cell change. This is not yet adopted for these two:
NotebookTextDiffEditor
InteractiveEditor
Fyi for text diff editors we implemented this in a simple way by just delegating to the right hand (modified) side. This is not 100% correct because you could compare 2 different files via explorer where both sides are editable, but I have not heard complaints so far.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Pipeline Editor - GitLab Documentation
The pipeline editor is the primary place to edit the GitLab CI/CD configuration in the .gitlab-ci.yml file in the root of your repository....
Read more >August 2022 - Visual Studio Code
Merge editor improvements - Easier transition between text and merge editors. Expanded codecs support - To help display embedded audio and video in...
Read more >How to set Notepad++ as the Git editor instead of Vim
All you have to do is issue a git config command and specify the core editor of your choice. The config command to...
Read more >How to use Synapse notebooks - Azure - Microsoft Learn
Synapse notebooks support four Apache Spark languages: PySpark (Python); Spark (Scala); Spark SQL .NET Spark (C#); SparkR (R). You can ...
Read more >New notebook editor (Experimental) | Databricks on AWS
Enable the new editor; Autocomplete (IntelliSense support); Variable inspection; Code folding; Multicursor support; Column (box) selection ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@rebornix this is not about navigating from a different editor back to the right cell but rather about navigating between cells from within the same editor 👍 . The idea is that an editor can emit selection change events whenever a meaningful selection change happens that should add to the history stack. For example, in the text editor case this happens when you move the mouse around inside the editor.
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.
Happy Coding!