From da6c7c881f45d034602987f6cfffd8a6121fe308 Mon Sep 17 00:00:00 2001 From: Christian Bromann Date: Thu, 18 Aug 2022 15:30:34 +0200 Subject: [PATCH] Add Stateful Extension --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8071062..7d77c3b 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,7 @@ out awesome. - [Remote Development](#remote-development) - [Remote VSCode](#remote-vscode) - [REST Client](#rest-client) + - [Stateful](#stateful) - [Text Power Tools](#text-power-tools) - [Todo Tree](#todo-tree) - [Toggle Quotes](#toggle-quotes) @@ -872,6 +873,12 @@ Example of toggling `typescript.inlayHints.functionLikeReturnTypes.enabled` by s ![Send HTTP request and view response animation](https://raw.githubusercontent.com/Huachao/vscode-restclient/master/images/usage.gif) +## [Stateful](https://marketplace.visualstudio.com/items?itemName=stateful.stable) + +> Cool graphs, summaries and a rolled up score about your coding time and focus. + +![Stateful](https://www.stateful.com/_next/image?url=%2fscreenshots%2fmarketplace-metrics-screenshot.png) + ## [Text Power Tools](https://marketplace.visualstudio.com/items?itemName=qcz.text-power-tools) > All-in-one extension for text manipulation: filtering (grep), remove lines, insert number sequences and GUIDs, format content as table, change case, converting numbers and more. Great for finding information in logs and manipulating text.