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
- Host: GitHub
- URL: https://github.com/niuiic/rg-source.vs
- Owner: niuiic
- License: mit
- Created: 2023-01-31T05:42:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-09T11:40:04.000Z (over 2 years ago)
- Last Synced: 2025-01-30T17:38:46.846Z (8 months ago)
- Topics: auto-complete, plugin, vscode
- Language: TypeScript
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.