Codemark is an extension developed for Visual Studio Code. This extension tracks your last edited position and makes it easier to work with your file. It allows you to continue from where you left off.
Features
Track Last Edited Position: The extension saves the last line and character you edited.
Icon Indicator: It displays an icon next to the last edited line.
Quickly Open Last Edited File: It enables you to quickly switch back to the file you last edited.
Usage Quickly Open Last Edited File:
Press Ctrl + Shift + P (Windows/Linux) or Cmd + Shift + P (macOS) to open the Command Palette.
Search for the "Codemark: Open Last Edited File" command and select it.
Installation
Search for the Codemark Tracker extension in the Visual Studio Code Marketplace and install it.
Alternatively, you can install the extension by running the following command in your terminal:
code --install-extension dgknylmzl.quick-codemark
Sponsor
If you appreciate this project and want to support its development, consider sponsoring me through GitHub Sponsors. Your support helps me continue to improve this extension and develop new features.