Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>TimeStamp File / FolderNew to Visual Studio Code? Get it now.
TimeStamp File / Folder

TimeStamp File / Folder

2001Y

|
94 installs
| (1) | Free
| Sponsor
An extension for adding time-stamped files and folders. It supports multiple naming formats based on priority, automatically resolving conflicts with existing file/folder names and generating unique names using more detailed timestamp formats or sequential numbers where necessary.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

TimeStamp File/Folder

TimeStamp File/Folder is an extension for adding time-stamped files and folders. It's ideal for quick note-taking, creating meeting minutes, and other daily tasks.

This extension supports multiple configurable naming formats and applies them according to priority. It automatically resolves conflicts with existing file/folder names and generates unique names using more detailed time stamp formats or sequential numbers when necessary.

Capture

Key Features

  1. Creation of time-stamped files/folders
  2. Customizable naming formats
  3. Conflict avoidance with existing file/folder names

Usage

  1. Right-click in the Explorer pane and select 'New file (with time stamp)' or 'New folder (with time stamp)' from the context menu.
  2. A file or folder with a name containing the current date and time will be created based on the selected format.

Settings

In the extension's settings, you can customize the following options:

  • timestamp-file-folder.namingFormats: Specifies the naming formats for timestamps in order of priority. Default values are:

    [
      "YYYY-MM-DD",
      "YYYY-MM-DD_HH:mm",
      "YYYY-MM-DD_HH:mm:ss"
    ]
    
  • timestamp-file-folder.defaultFileExtension: Specifies the default file extension when creating a new file. The default value is .txt.

The format follows the Moment.js format.

Features

  • Flexible Naming Conventions: Multiple formats can be specified, and if there's a conflict with an existing file/folder name, the next more detailed format is used.
  • Conflict Avoidance: Sequential numbers are automatically appended in case of conflicts for all formats.
  • Consistency with Parent Folder: If the parent folder uses a particular format, the new file/folder will start with the next level of formatting.
  • Updating Existing Files: If a file with the same name exists, it's automatically updated to a more detailed format.

TimeStamp File/Folder

TimeStamp File/Folder は、タイムスタンプ付きのファイルとフォルダを追加するための拡張機能です。クイックなメモ作成、議事録の作成、その他の日々のタスクに最適です。

この拡張機能は、複数の設定可能な命名フォーマットをサポートし、優先度に従って適用します。既存のファイル/フォルダ名との競合を自動的に解決し、必要に応じてより詳細なタイムスタンプフォーマットや連番を使用してユニークな名前を生成します。

主な機能

  1. タイムスタンプ付きファイル/フォルダの作成
  2. カスタマイズ可能な命名フォーマット
  3. 既存のファイル/フォルダ名との競合回避

使い方

  1. エクスプローラーペインで右クリックし、コンテキストメニューから「新規ファイル(タイムスタンプ付き)」または「新規フォルダ(タイムスタンプ付き)」を選択します。
  2. 選択したフォーマットに基づいて、現在の日時を含む名前のファイルまたはフォルダが作成されます。

設定

拡張機能の設定で、以下のオプションをカスタマイズできます:

  • timestamp-file-folder.namingFormats: タイムスタンプの命名フォーマットを優先度順に指定します。デフォルト値は以下の通りです:

    [
      "YYYY-MM-DD",
      "YYYY-MM-DD_HH:mm",
      "YYYY-MM-DD_HH:mm:ss"
    ]
    
  • timestamp-file-folder.defaultFileExtension: 新規ファイル作成時のデフォルトの拡張子を指定します。デフォルト値は .txt です。

フォーマットは Moment.js の書式 に従います。

特徴

  • 柔軟な命名規則: 複数のフォーマットを指定でき、既存のファイル/フォルダ名と競合した場合、次のより詳細なフォーマットが使用されます。
  • 競合回避: すべてのフォーマットで競合が発生した場合、連番が自動的に付加されます。
  • 親フォルダとの整合性: 親フォルダが特定のフォーマットを使用している場合、新しいファイル/フォルダは次のレベルのフォーマットから開始します。
  • 既存ファイルの更新: 同名のファイルが存在する場合、より詳細なフォーマットに自動的に更新されます。
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft