☂️ Implement biome search
output formatting
#2462
Labels
good first issue
Good for newcomers
S-Help-wanted
Status: you're familiar with the code base and want to help the project
Description
The
biome search
command will be functionally similar togit grep
: Wheregit grep
uses regular expressions to search through all files in a Git repository,biome search
will use Grit patterns to search through all files in a Biome project.This command will serve as a proof-of-concept for our Grit runtime.
Even though the engine for this command is not yet ready, we could already proceed implement the output formatter. It should be similar to how diagnostics are reported, where arbitrary
TextRange
s can be highlighted and diagnostics can be presented alongside them. Except for this command, the ranges will represent matches for a given pattern.Note
If you're interested in working on this issue, please comment here and we can assign it to you.
The text was updated successfully, but these errors were encountered: