Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>Calendar 17New to Visual Studio Code? Get it now.
Calendar 17

Calendar 17

Usefull Code

|
4 installs
| (0) | Free
Interactive Calendar
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Logo

Calendar

Easy Calendar date picker for edit & insert.

Calendar is an open-source VS Code extension licensed under GPL v3.
see License: GPL v3 for details.

Features

  • snippets for inserting current date (eg CHANGELOG) using // (confluence like)
  • insert date command providing a visual calendar
  • recognize date and allow Calendar edit while keeping original format

Demo of My Extension

Extension Settings

This extension contributes the following settings:

  • calendar.dateFormat: The format to use for dates. Use default (default) to automatically detect the format from the document or use system locale, or ISO for YYYY-MM-DD.
  • calendar.enabledLanguages: List of languages where date recognition is enabled. Default is ["markdown", "plaintext", "javascript", "typescript"].
  • calendar.ambiguityResolution: How to resolve ambiguous dates like 01/02/2023. Can be DMY (Day-Month-Year, default) or MDY (Month-Day-Year).

Known Issues

Depending on system input format, first date insert may lead to a different format when editing latter on.

By default extension is only enabled on Plain Text and Markdown. You need to trigger explicitly a calendar.insertDate on other document type to enable it.

Plain Text

VS Code often has editor.quickSuggestions disabled by default for plaintext files, which prevents snippets from appearing automatically as you type.

The // prefix might need manual triggering Ctrl+Space (or Cmd+Space on Mac) rather than appearing automatically.

Release Notes

0.0.4

Initial release

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft