Rename "find" to "search"
Search is both a verb and a noun, which makes it more natural to use in situations where we need to name a thing rather than a process.
This commit is contained in:
parent
dd6f8d20a3
commit
ec317159d7
9 changed files with 197 additions and 197 deletions
|
@ -60,7 +60,7 @@ fn main() {
|
|||
project_symbols::init(cx);
|
||||
project_panel::init(cx);
|
||||
diagnostics::init(cx);
|
||||
find::init(cx);
|
||||
search::init(cx);
|
||||
cx.spawn({
|
||||
let client = client.clone();
|
||||
|cx| async move {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue