Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #52 from kisstkondoros/patch-1
Browse files Browse the repository at this point in the history
Add documentation to signature help
  • Loading branch information
alexdima committed Dec 17, 2019
2 parents 4228d13 + 6e6f809 commit 92762e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/languageFeatures.ts
Expand Up @@ -373,6 +373,7 @@ export class SignatureHelpAdapter extends Adapter implements monaco.languages.Si
parameters: []
};

signature.documentation = displayPartsToString(item.documentation);
signature.label += displayPartsToString(item.prefixDisplayParts);
item.parameters.forEach((p, i, a) => {
let label = displayPartsToString(p.displayParts);
Expand Down

0 comments on commit 92762e4

Please sign in to comment.