caenrigen/vscode-jupytext-sync
If the cursor is on the last line of the current cell in a .py file, saving will cause the cursor to automatically wrap to a new line.
開放
#42 建立於 2026年5月21日
bughelp wanted
倉庫指標
- 星標
- (35 顆星)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
If the cursor is on the last line of the current cell in a .py file, saving will cause the cursor to automatically wrap to a new line. This leads to the cursor constantly jumping to a new line while I'm writing code if I have autosave enabled at a higher frequency. The only workaround is to manually insert a blank line at the end of the cell before starting to write.