Skip to content

Commit

Permalink
Add SymbolInformation.signature_documentation
Browse files Browse the repository at this point in the history
Towards #154

Previously, SCIP clients had to parse markdown from the
`SymbolInformation.documentation` field to display only the signature
information of a symbol (for example, method parameters and return
type).

With the new `SymbolInformation.signature_documentation` field, indexers
can now emit more structured information about the signature of a
class/method including optional hyperlinks to the referenced symbols.
  • Loading branch information
olafurpg committed May 25, 2023
1 parent c781a12 commit 6663743
Show file tree
Hide file tree
Showing 5 changed files with 1,520 additions and 1,334 deletions.
Loading

0 comments on commit 6663743

Please sign in to comment.