visual-studio-code - 停止滚动预览 vscode

标签 visual-studio-code vscode-settings

在另一个选项卡中进行编辑时,是否可以阻止 vscode 预览滚动?

我在 splitview 中打开了一个预览,当我在文档中滚动时,预览也在滚动。

最佳答案

是的,你可以 Markdown 。对于其他语言,它将取决于对给定语言的扩展支持。

Markdown 你可以修改下面的设置,让每一个都相互依赖:

enter image description here

每个的 JSON 将是:

"markdown.preview.scrollEditorWithPreview": true/false
"markdown.preview.scrollPreviewWithEditor": true/false

关于visual-studio-code - 停止滚动预览 vscode,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56885259/

相关文章:

go - 如何使 VScode Go 在多模块 Repo 中工作

visual-studio-code - 使 VScode 自动高亮 .text 文件为 Markdown

flutter - Intellisense未在Dart/Flutter的VSCode中触发

azure-functions - VS Code 多个项目中的 Azure Functions

python - 导入错误 : DLL load failed while importing aggregations: The specified module could not be found

intellij-idea - 如何在没有 IntelliJ 的情况下运行 .http 文件?

angularjs - 引用 angular 1.5 时无效的 'reference' 指令语法错误

php - 如何配置 vscode 实时服务器以正确处理 php 文件(我使用的是 Win10 和 Chrome)?

typescript - 更漂亮地将逗号替换为分号

typescript - 为什么我的 TypeScript 项目仅在 VScode 中失败?