This commit adds code completion results to the MLIR LSP when
parsing keywords. Keyword support is currently limited to the
case where the expected keyword is provided, but a followup will
work on expanding the set of keyword cases we handle (e.g. to
allow capturing attribute/type mnemonics).
Details
Details
- Reviewers
jpienaar - Commits
- rG2e41ea32472a: [mlir:LSP] Add support for keyword code completions
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo