All Projects → micnil → vscode-checkpoints

micnil / vscode-checkpoints

Licence: MIT License
Checkpoints for your code editing.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to vscode-checkpoints

AppWorks
🐻 基于 VS Code 插件的前端研发工具集,站点国内镜像:https://apptools.gitee.io
Stars: ✭ 788 (+2818.52%)
Mutual labels:  vscode-extension
Bracketeer
VS Code extension for easy and quick manipulation with brackets and quotes.
Stars: ✭ 32 (+18.52%)
Mutual labels:  vscode-extension
vsc html5 boilerplate
This is a Visual Studio Code snippet extension for generating HTML 5 boilerplate code
Stars: ✭ 32 (+18.52%)
Mutual labels:  vscode-extension
vscode-openxml-explorer
OpenXML Explorer extension for VS Code
Stars: ✭ 16 (-40.74%)
Mutual labels:  vscode-extension
vscode-django
Beautiful syntax and snippets for perfectionists with deadlines
Stars: ✭ 113 (+318.52%)
Mutual labels:  vscode-extension
vscode-servicebus-explorer
Service Bus Explorer Extension for Visual Studio Code
Stars: ✭ 17 (-37.04%)
Mutual labels:  vscode-extension
px2rem-plus-vscode
Convert px to rem extension for Visual Studio Code.
Stars: ✭ 21 (-22.22%)
Mutual labels:  vscode-extension
vscode-wow-api
WoW extension for VSCode
Stars: ✭ 40 (+48.15%)
Mutual labels:  vscode-extension
angular-karma test-explorer
vscode extension for easy angular testing and debugging
Stars: ✭ 67 (+148.15%)
Mutual labels:  vscode-extension
vsc
☢️ A fresh-looking, neon theme for Visual Studio Code Almost radioactive.
Stars: ✭ 24 (-11.11%)
Mutual labels:  vscode-extension
VSCoding-Sequence
VSCode Extension for interactively visualising protein structure data in the editor
Stars: ✭ 41 (+51.85%)
Mutual labels:  vscode-extension
super-encourager
vscode插件: 超级鼓励师 奖励下努力工作的你!
Stars: ✭ 42 (+55.56%)
Mutual labels:  vscode-extension
mirage
A Mirage blue theme with pastel tones for Visual Studio Code
Stars: ✭ 39 (+44.44%)
Mutual labels:  vscode-extension
git-emoji-zh
VS code 插件,在 VScode 中提交 git 的时候添加 emoji 表情😝
Stars: ✭ 39 (+44.44%)
Mutual labels:  vscode-extension
Render-CRLF
This Visual Studio Code extension shows end-of-line character (CR, LF, or CRLF) when whitespace rendering is turned on.
Stars: ✭ 16 (-40.74%)
Mutual labels:  vscode-extension
vscode-cue
CUE language support for Visual Studio Code
Stars: ✭ 55 (+103.7%)
Mutual labels:  vscode-extension
vscode-theme-by-language
A VS code extension to change the color theme based on the current file language
Stars: ✭ 25 (-7.41%)
Mutual labels:  vscode-extension
vscode-gitbook-kit
An Extension for VSCode to act as gitbook editor
Stars: ✭ 26 (-3.7%)
Mutual labels:  vscode-extension
vscode-create-file-folder
A small vscode extension that help you to create files & folder in Atom Style.
Stars: ✭ 27 (+0%)
Mutual labels:  vscode-extension
vscode-sqflint
SQF Language server extension
Stars: ✭ 16 (-40.74%)
Mutual labels:  vscode-extension

Checkpoints

Checkpoints used in between commits for keeping a local short-term history of work in progress, like bookmarks in you undo-stack.

Features

Add a checkpoint of the files current state by running the command Add Checkpoint (ctrl+alt+s). Add Checkpoint

Diff the current version of a file with a checkpoint. Diff Checkpoint

Restore the file to the working state of a previous checkpoint. Restore Checkpoint

Extension Settings

  • checkpoints.location: Select where to show the checkpoints panel, the Explorer or Source Control.
  • checkpoints.showActiveFileOnly: Determines if only the active file should be visible in the tree explorer or not.
  • checkpoints.autoOpenFile: Determines whether selecting a file in the tree explorer will automatically open the document.
  • checkpoints.autoSelectFile: Determines whether a file item in the tree explorer will automatically expand/collapse when moving between files.
  • checkpoints.askForCheckpointName: Show a text input dialog when adding a new checkpoint to specify the checkpoint name. If disabled, the date-time value will be used.
  • checkpoints.addCheckpointOnSave: Determines whether to create a new checkpoint when the file is saved. Recommended to disable askForCheckpointName when this setting is enabled.
  • checkpoints.locale: Specifies the date-time locale used for the default checkpoint names.

Known Issues

  • Does not support untitled (unsaved) files.
  • Limited support for some checkpoint commands if files are moved/renamed.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].