From 2685ec100888feceef2b2fd196fe3f8e39f6fba0 Mon Sep 17 00:00:00 2001 From: Leo Hanisch Date: Tue, 8 Sep 2020 16:03:40 +0200 Subject: [PATCH] Add timing extension Add the Time Converter extension --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 56fd5b3..0f46f56 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Typescript Destructure](#typescript-destructure) - [WakaTime](#wakatime) - [Yo](#yo) + - [Timing](#timing) - [Formatting/Beautification](#formatting--beautification) - [Better Align](#better-align) - [Auto Close Tag](#auto-close-tag) @@ -844,6 +845,12 @@ To enable Emmet support in .twig files, you'll need to have the following in you ![Using yeoman animation](https://raw.githubusercontent.com/SamVerschueren/vscode-yo/master/media/yo.gif) +## [Timing](https://marketplace.visualstudio.com/items?itemName=HaaLeo.timing) + +> Time converter extension to convert timestamps from/to various formats and insert them on demand or just display them. It further provides a neat hover provider to beautify epoch timestamps instantly. All features are highly customizable. + +![Timing](https://raw.githubusercontent.com/HaaLeo/vscode-timing/master/doc/Convert_Sample.gif) + # Formatting & Beautification ## [Better Align](https://marketplace.visualstudio.com/items?itemName=wwm.better-align)