Skip to content

Commit

Permalink
Add SymbolInformation.signature_documentation (#159)
Browse files Browse the repository at this point in the history
* Add `SymbolInformation.signature_documentation`

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.

* Made `signature_documentation` non-repeated
  • Loading branch information
olafurpg authored May 30, 2023
1 parent c781a12 commit 1346f26
Show file tree
Hide file tree
Showing 5 changed files with 1,521 additions and 1,333 deletions.
Loading

0 comments on commit 1346f26

Please sign in to comment.