When using VS Code, anytime I File > Save As
, the cursor will jump to the beginning of the file. This is undesired if I am trying to create many new files and only changing 1 small line or variable. Sublime and Atom keep the cursor in the same spot when performing a Save As. Is there anyway to keep the cursor in the same location on a Save As?
I have tried disabling all extensions and currently am not trimming trailing white space. Bookmarks do not appear to work. It would seem that VS Code treats the file after a Save As as a new file and removes all bookmarks.