mirror of
https://github.com/g-plane/wasm-language-tools.git
synced 2025-08-04 16:39:38 +00:00
chore(service): add doc comments
This commit is contained in:
parent
31d65f2e5c
commit
ca2f4842fc
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ use rowan::{ast::support, Direction};
|
|||
use wat_syntax::{SyntaxElement, SyntaxKind, SyntaxNode};
|
||||
|
||||
impl LanguageService {
|
||||
/// Handler for `textDocument/signatureHelp` request.
|
||||
pub fn signature_help(&self, params: SignatureHelpParams) -> Option<SignatureHelp> {
|
||||
let uri = self.uri(params.text_document_position_params.text_document.uri);
|
||||
let line_index = self.line_index(uri);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue