This commit is contained in:
Aleksey Kladov 2019-03-29 16:51:20 +03:00 committed by GitHub
parent 849d7428aa
commit c4dfced1f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ search. Specifically,
- `Foo` searches for `Foo` type in the current workspace - `Foo` searches for `Foo` type in the current workspace
- `foo#` searches for `foo` function in the current workspace - `foo#` searches for `foo` function in the current workspace
- `Foo*` searches for `Foo` type among dependencies, excluding `stdlib` - `Foo*` searches for `Foo` type among dependencies, including `stdlib`
- `foo#*` searches for `foo` function among dependencies. - `foo#*` searches for `foo` function among dependencies.
That is, `#` switches from "types" to all symbols, `*` switches from the current That is, `#` switches from "types" to all symbols, `*` switches from the current