fix field details in completions
This commit is contained in:
parent
ee0eb898ca
commit
6ae23ba2d0
@ -339,6 +339,7 @@ fn nodeToCompletion(
|
|||||||
.label = string,
|
.label = string,
|
||||||
.kind = .Field,
|
.kind = .Field,
|
||||||
.documentation = doc,
|
.documentation = doc,
|
||||||
|
.detail = analysis_ctx.tree().getNodeSource(node)
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user