From efa8a0dcfd19ee8c6ef0cb2df36f6bc0d665e3c7 Mon Sep 17 00:00:00 2001 From: Guilherme China Date: Thu, 22 Jan 2026 12:43:16 -0300 Subject: [PATCH] Add Code Telescope VS Code extension --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7dec8df2..855918c1 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ out awesome. - [Bookmarks](#bookmarks) - [Browser Preview (deprecated)](#browser-preview) - [Color Tabs](#color-tabs) + - [Code Telescope](#code-telescope) - [Create tests](#create-tests) - [Dendron](#dendron) - [Deploy](#deploy) @@ -669,6 +670,13 @@ To enable Emmet support in .twig files, you'll need to have the following in you ![Color your tabs and/or titlebar based on regex](https://raw.githubusercontent.com/oreporan/color-tabs-vscode/master/docs/coverGif.gif) +## [Code Telescope](https://marketplace.visualstudio.com/items?itemName=guichina.code-telescope) + +> A keyboard-first fuzzy finder for VS Code that helps you navigate files, symbols, text, diagnostics and more, inspired by Neovim Telescope. + +![Code Telescope demo](https://raw.githubusercontent.com/guilhermec-costa/code-telescope/master/images/code-telescope.gif) + + ## [Create tests](https://marketplace.visualstudio.com/items?itemName=hardikmodha.create-tests) > An extension to quickly generate test files.