summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2018-10-31 16:13:22 +0000
committerw0rp <devw0rp@gmail.com>2018-10-31 16:13:31 +0000
commit4ef2c81e95529d4175ba8149fbe42e856a36ab10 (patch)
treec1dfef25bfb7b396a7a4696f65d5a91bc970486f /README.md
parent20e4e3f9db1e46306bbe8ba5c33db92950b2e927 (diff)
downloadale-4ef2c81e95529d4175ba8149fbe42e856a36ab10.zip
Implement LSP symbol search
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index de01c102..9442e7f1 100644
--- a/README.md
+++ b/README.md
@@ -47,6 +47,7 @@ other content at [w0rp.com](https://w0rp.com).
4. [Go To Definition](#usage-go-to-definition)
5. [Find References](#usage-find-references)
6. [Hovering](#usage-hover)
+ 7. [Symbol Search](#usage-symbol-search)
3. [Installation](#installation)
1. [Installation with Vim package management](#standard-installation)
2. [Installation with Pathogen](#installation-with-pathogen)
@@ -321,6 +322,18 @@ and needs to be configured for Vim 8.1+ in terminals.
See `:help ale-hover` for more information.
+<a name="usage-symbol-search"></a>
+
+### 2.vii Symbol Search
+
+ALE supports searching for workspace symbols via Language Server Protocol
+linters with the `ALESymbolSearch` command.
+
+Search queries can be performed to find functions, types, and more which are
+similar to a given query string.
+
+See `:help ale-symbol-search` for more information.
+
<a name="installation"></a>
## 3. Installation