Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrmarble/vscode-search-provider

A GNOME Shell extension that gives you access to your vscode workspaces through overview search
https://github.com/mrmarble/vscode-search-provider

fedora gnome gnome-extension gnome-shell quickaccess vscode vscodium wayland workspaces

Last synced: about 1 month ago
JSON representation

A GNOME Shell extension that gives you access to your vscode workspaces through overview search

Awesome Lists containing this project

README

        

# VSCode Search Provider

![GitHub License](https://img.shields.io/github/license/mrmarble/vscode-search-provider)
[![Lint](https://github.com/MrMarble/vscode-search-provider/actions/workflows/eslint.yml/badge.svg)](https://github.com/MrMarble/vscode-search-provider/actions/workflows/eslint.yml)
![GNOME Extensions download](https://img.shields.io/badge/dynamic/xml?url=https%3A%2F%2Fextensions.gnome.org%2Fextension%2F6976%2Fvscode-search-provider%2F&query=%2Fhtml%2Fbody%2Fdiv%5B2%5D%2Fdiv%2Fdiv%5B2%5D%2Fdiv%5B1%5D%2Fspan%5B3%5D&logo=gnome&label=GNOME%20extensions&cacheSeconds=86400)

## Description

![screenshot.png](screenshot.png)

VSCode Search Provider Extension is a Gnome Shell Extension that integrates Visual Studio Code's search functionality into the Gnome Shell.

## Features

- Supports GNOME Shell 45 - 46
- List all your local VSCode workspaces
- List all your remote VSCode projects

## Installation

### Installation from Gnome Extensions

[](https://extensions.gnome.org/extension/6976/)

### Installation from GitHub repository

The latest development version
You may need to install `git` and `node`
Navigate to the directory you want to download the source code and execute following commands in the terminal:

#### GNOME 45+

git clone https://github.com/MrMarble/vscode-search-provider.git
cd vscode-search-provider
npm install && npm run setup

### Enabling the extension

After installation you need to enable the extension.

- First restart GNOME Shell (`ALt` + `F2`, `r`, `Enter`, or Log-Out/Log-In if you use Wayland)
- Now you should see the _VSCode Search Provider_ extension in the _Extensions_ application (reopen the app if needed to load new data), where you can enable it.

### Contributing

If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.