summaryrefslogtreecommitdiff
path: root/doc
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 /doc
parent20e4e3f9db1e46306bbe8ba5c33db92950b2e927 (diff)
downloadale-4ef2c81e95529d4175ba8149fbe42e856a36ab10.zip
Implement LSP symbol search
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index 21fab16c..6340091c 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -15,6 +15,8 @@ CONTENTS *ale-contents*
5.1 Completion........................|ale-completion|
5.2 Go To Definition..................|ale-go-to-definition|
5.3 Find References...................|ale-find-references|
+ 5.4 Hovering..........................|ale-hover|
+ 5.5 Symbol Search.....................|ale-symbol-search|
6. Global Options.......................|ale-options|
6.1 Highlights........................|ale-highlights|
6.2 Options for write-good Linter.....|ale-write-good-options|
@@ -857,6 +859,15 @@ settings. For example: >
set ttymouse=xterm
<
+-------------------------------------------------------------------------------
+5.5 Symbol Search *ale-symbol-search*
+
+ALE supports searching for workspace symbols via LSP linters. The following
+commands are supported:
+
+|ALESymbolSearch| - Search for symbols in the workspace.
+
+
===============================================================================
6. Global Options *ale-options*
@@ -2147,6 +2158,14 @@ ALEHover *ALEHover*
A plug mapping `<Plug>(ale_hover)` is defined for this command.
+
+ALESymbolSearch `<query>` *ALESymbolSearch*
+
+ Search for symbols in the workspace, taken from any available LSP linters.
+
+ The arguments provided to this command will be used as a search query for
+ finding symbols in the workspace, such as functions, types, etc.
+
*:ALELint*
ALELint *ALELint*