diff options
| author | Paul Horn <dev@knutwalker.engineer> | 2021-11-18 17:30:36 +0100 |
|---|---|---|
| committer | Paul Horn <dev@knutwalker.engineer> | 2021-11-18 17:52:02 +0100 |
| commit | 553bb7f50aac5d062fd8ba534d18f70aaa9bd25b (patch) | |
| tree | 5856550b97ce7750908182a912848e50a2a87475 /docs/user | |
| parent | cfa26c3ac3d85d502f75c2f6b760aadcc997a1a8 (diff) | |
Allow clients to configure the global workspace search limit
Diffstat (limited to 'docs/user')
| -rw-r--r-- | docs/user/generated_config.adoc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/user/generated_config.adoc b/docs/user/generated_config.adoc index c7bb1bf6420..8e4c3462b56 100644 --- a/docs/user/generated_config.adoc +++ b/docs/user/generated_config.adoc @@ -461,3 +461,10 @@ Workspace symbol search scope. -- Workspace symbol search kind. -- +[[rust-analyzer.workspace.symbol.search.limit]]rust-analyzer.workspace.symbol.search.limit (default: `128`):: ++ +-- +Limits the number of items returned from a workspace symbol search (Defaults to 128). +Some clients like vs-code issue new searches on result filtering and don't require all results to be returned in the initial search. +Other clients requires all results upfront and might require a higher limit. +-- |
