julia-vscode / SymbolServer.jl

Other
23 stars 31 forks source link

Fix missing docs for some symbols #245

Closed BenPH closed 2 years ago

BenPH commented 2 years ago

This adds documentation for UnionAlls, Union types, and Modules. Also, aliases will have documentation that is associated with them and not from of whatever they are aliasing.

Fixes https://github.com/julia-vscode/julia-vscode/issues/2564.