diff options
author | w0rp <devw0rp@gmail.com> | 2018-04-22 19:49:24 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2018-04-22 19:49:30 +0100 |
commit | 286abd12d3adf3fdb3ed90a71b9dd8e8af4bf841 (patch) | |
tree | 07f032fb2e48d6054eb933bc4261d4bcea7950f0 /README.md | |
parent | 5a365e792693373413984a7eae2d64f7d92c1238 (diff) | |
download | ale-286abd12d3adf3fdb3ed90a71b9dd8e8af4bf841.zip |
Add support for finding references using LSP servers or tsserver
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -27,6 +27,7 @@ formatting tools, and some Language Server Protocol and `tsserver` features. 2. [Fixing](#usage-fixing) 3. [Completion](#usage-completion) 4. [Go To Definition](#usage-go-to-definition) + 5. [Find References](#usage-find-references) 3. [Installation](#installation) 1. [Installation with Vim package management](#standard-installation) 2. [Installation with Pathogen](#installation-with-pathogen) @@ -240,6 +241,15 @@ ALE supports jumping to the definition of words under your cursor with the See `:help ale-go-to-definition` for more information. +<a name="usage-find-references"></a> + +### 2.v Find References + +ALE supports finding references for words under your cursor with the +`:ALEFindReferences` command using any enabled LSP linters and `tsserver`. + +See `:help ale-find-references` for more information. + <a name="installation"></a> ## 3. Installation |