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.

Open

#42 opened on May 21, 2026

View on GitHub
 (2 comments) (0 reactions) (0 assignees)TypeScript (6 forks)github user discovery
bughelp wanted

Repository metrics

Stars
 (35 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide