wasmerio / vscode-wasm

WebAssembly extension for VSCode
https://marketplace.visualstudio.com/items?itemName=dtsvet.vscode-wasm
MIT License
129 stars 19 forks source link

Show doc-comments when hovering over the identifier for a particular function/type/field/whatever. #56

Open Michael-F-Bryan opened 1 year ago

Michael-F-Bryan commented 1 year ago

Now we've got a Language Server implementation (#54), we can start looking into more advanced LSP functionality for WAI files like being able to hover over an element and seeing a tooltip with the definition and doc-comments.