vscode-insertdatestring icon indicating copy to clipboard operation
vscode-insertdatestring copied to clipboard

An extension for Visual Studio Code that provides a configurable command for inserting the current date and time

Results 6 vscode-insertdatestring issues
Sort by recently updated
recently updated
newest added

It'd be useful for users of non-Microsoft VS Code releases (like [code-server](https://github.com/coder/code-server)) if this were published to the [Open VSX Registry](https://open-vsx.org/): see https://github.com/eclipse/openvsx/wiki/Publishing-Extensions for a guide.

Probably not the best way to implement this, but this change is backwards compatible and unblocked me as I needed a genuine ISO8601 datetime string that included milliseconds - e.g....

There are two problems 1. When you use the command and press ESC, it still outputs date in the editor. It should do that only if I press ENTER 2....

I added a few commands that mirror the existing ones but return the date strings directly instead of inserting them into the currently focused editor. This is mainly useful for...

Ability to add/change Time Zones for consistent time stamping between teams and times zones

In *Settings* ... **Insert Date String: Format** This works great: `# YYMMDD - #### H:mmA` Can I insert a newline so a Format value like `# YYMMDD \n #### H:mmA`...