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

https://github.com/niuiic/rg-source.vs

ripgrep source for vscode
https://github.com/niuiic/rg-source.vs

auto-complete plugin vscode

Last synced: 7 months ago
JSON representation

ripgrep source for vscode

Awesome Lists containing this project

README

          

# rg-source.vs

ripgrep source for vscode

Search for complete words in the workspace based on the entered partial word and then provide completion items.

## Dependencies

- [ripgrep](https://github.com/BurntSushi/ripgrep)

## Usage

1. Install ripgrep.
2. Set `rgPath` as the absolute path to `rg`.

## Known Issues

- extension doesn't' seem to be working

vscode only triggers the completion provider with the highest priority.

[vscode-issue](https://github.com/microsoft/vscode/issues/21611) here.