Skip to content

Commit

Permalink
Merge pull request #1787 from polyzen/doc-lsp-completions
Browse files Browse the repository at this point in the history
doc: LSP can provide completions
  • Loading branch information
w0rp authored Aug 6, 2018
2 parents 03973c0 + 5ed9973 commit 5f5540c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/ale.txt
Original file line number Diff line number Diff line change
Expand Up @@ -653,18 +653,18 @@ servers. LSP linters can be used in combination with any other linter, and
will automatically connect to LSP servers when needed. ALE also supports
`tsserver` for TypeScript, which uses a different but very similar protocol.

ALE supports the following LSP/tsserver features.
ALE supports the following LSP/tsserver features:

1. Diagnostics/linting - Enabled via selecting linters as usual.
2. Completion (Only for tsserver)
2. Completion
3. Go to definition


-------------------------------------------------------------------------------
5.1 Completion *ale-completion*

ALE offers limited support for automatic completion of code while you type.
Completion is only supported while a least one LSP linter is enabled. ALE
Completion is only supported while at least one LSP linter is enabled. ALE
will only suggest symbols provided by the LSP servers.

Suggestions will be made while you type after completion is enabled.
Expand Down

0 comments on commit 5f5540c

Please sign in to comment.