Seamless Synchronized Scroll 无缝衔接同步滚动A VS Code extension that synchronizes scrolling between adjacent editor groups showing the same file. 一个 VS Code 扩展,可以在显示同一文件的相邻编辑器组之间“无缝衔接”同步滚动。 Useful for novel, scriptwriting. Let you see long context at the same time, not just one page. 适用于小说、剧本创作。能让你同时看到很长的上下文,而不是仅仅一页内容。 Features 功能特点
Usage 使用方法
How it Works 工作原理When enabled, the extension: 启用后,该扩展将:
Known Issues 已知问题Due to VS Code's limitations, precise synchronized scrolling and seamless connection cannot be achieved. This is due to VS Code's scrolling mechanism being different from general text editors. VS Code's API scrolling mechanism can only be based on logical lines, not physical lines generated by word wrapping when displaying in the editor window, let alone precise distances. Therefore, this issue arises. This problem cannot be resolved until VS Code provides a precise scrolling mechanism. 由于 VS Code 的局限性,无法实现精确的同步滚动,无法做到精确的"无缝衔接"。这是由于 VS Code 的不同于一般文本编辑器的滚动机制所导致。VS Code 的 API 的滚动机制只能基于 逻辑行(logical lines),而不能基于编辑器窗口显示时因自动换行而产生的 物理行(physical lines),更不能基于精确的距离。所以就产生了这样的问题。在 VS Code 不提供精确的滚动机制之前,这个问题无法解决。 If anyone can provide a method for precise scrolling, please let me know. 如果有人能提供精确的滚动方法,请告诉我。 LicenseThis extension is licensed under the GPL License. |