MrMarble / vscode-search-provider

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VSCode Search Provider

GitHub License Lint GNOME Extensions download

Description

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

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.

About

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

License:GNU General Public License v3.0


Languages

Language:TypeScript 95.5%Language:JavaScript 4.5%