Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>A Simple editor commands.New to Visual Studio Code? Get it now.
A Simple editor commands.

A Simple editor commands.

jeffy-g

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

ext-command

Greenkeeper badge

Features

  • "Date locale string" insert time stamp (use Date.toLocaleString())
  • "Date as number" insert time stamp as number (ex: +new Date() -> 1496195733369)
  • "encloseBackquote" enclose selection text with [`] char and escape [\]. (for .ts .js etc)

Requirements

nothing.

Extension Settings

Include if your extension adds any VS Code settings through the contributes.configuration extension point.

For example:

This extension contributes the following settings:

  • ext-command.enable: enable/disable this extension

Known Issues

Release Notes

Initial release of ...

0.0.1


Working with Markdown

Note: You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:

  • Split the editor (Cmd+\ on OSX or Ctrl+\ on Windows and Linux)
  • Toggle preview (Shift+CMD+V on OSX or Shift+Ctrl+V on Windows and Linux)
  • Press Ctrl+Space (Windows, Linux) or Cmd+Space (OSX) to see a list of Markdown snippets

For more information

  • Visual Studio Code's Markdown Support
  • Markdown Syntax Reference
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft