VS Code 新增一个“粘性滚动”的设置:editor.experimental.stickyScroll.enabled
当前代码块的第一行,可以始终保持在编辑器顶部。
Stefan Judis: The new VS Code version comes with an experimental "sticky" mode and I quite like it! 👏
`"editor.experimental.stickyScroll.enabled": true`
Video alt: Scrolling in VS Code showing that function signatures are sticky.