mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-07-19 10:45:02 +00:00
feat: provide package view and local documentation (#596)
* feat: move featured components * feat: provide package view and local documentation * stage * fix: compile error by merged commits
This commit is contained in:
parent
b06447ffe2
commit
78f3893185
70 changed files with 3422 additions and 593 deletions
|
@ -159,7 +159,7 @@ impl SemanticRequest for SignatureHelpRequest {
|
|||
|
||||
Some(SignatureHelp {
|
||||
signatures: vec![SignatureInformation {
|
||||
label,
|
||||
label: label.to_string(),
|
||||
documentation,
|
||||
parameters: Some(params),
|
||||
active_parameter: active_parameter.map(|x| x as u32),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue