[mlir:LSP] Add a doc blurb for code completion

This also gets used for the vscode extension documentation.
This commit is contained in:
River Riddle 2022-07-20 12:01:34 -07:00
parent 362c4e68c9
commit b64a286332
1 changed files with 9 additions and 0 deletions

View File

@ -58,6 +58,14 @@ any generated diagnostics in-place.
![IMG](/mlir-lsp-server/diagnostics.png)
#### Code completion
The language server provides suggestions as you type, offering completions for
dialect constructs (such as attributes, operations, and types), block names, SSA
value names, keywords, and more.
![IMG](/mlir-lsp-server/code_complete.gif)
#### Cross-references
Cross references allow for navigating the use/def chains of SSA values (i.e.
@ -368,6 +376,7 @@ The MLIR extension adds language support for the
- go-to-definition and cross references
- Detailed information when hovering over IR entities
- Outline and navigation of symbols and symbol tables
- Code completion
- Live parser and verifier diagnostics
[mlir-vscode features]: #