[Mlir-commits] [mlir] f90c2ac - [mlir:LSP] Add bullet for tablegen hover in the vscode section

River Riddle llvmlistbot at llvm.org
Tue Sep 27 23:57:19 PDT 2022


Author: River Riddle
Date: 2022-09-27T23:57:00-07:00
New Revision: f90c2acb5d36b483d8878652b53245b07992b3f8

URL: https://github.com/llvm/llvm-project/commit/f90c2acb5d36b483d8878652b53245b07992b3f8
DIFF: https://github.com/llvm/llvm-project/commit/f90c2acb5d36b483d8878652b53245b07992b3f8.diff

LOG: [mlir:LSP] Add bullet for tablegen hover in the vscode section

This allows hover documentation to show up in the vscode extension.

Added: 
    

Modified: 
    mlir/docs/Tools/MLIRLSP.md

Removed: 
    


################################################################################
diff  --git a/mlir/docs/Tools/MLIRLSP.md b/mlir/docs/Tools/MLIRLSP.md
index 4c4199e1e98a..cdbf7124abf5 100644
--- a/mlir/docs/Tools/MLIRLSP.md
+++ b/mlir/docs/Tools/MLIRLSP.md
@@ -469,6 +469,7 @@ The MLIR extension adds language support for the
 
 - Syntax highlighting for `.td` files and `tablegen` markdown blocks
 - go-to-definition and cross references
+- Types and documentation on hover
 
 [tablegen-vscode features]: #
 


        


More information about the Mlir-commits mailing list