dlang-community / DCD

The D Completion Daemon is an auto-complete program for the D programming language
GNU General Public License v3.0
349 stars 71 forks source link

Also generate ctor calltips for Struct/Class symbols with a callTip #662

Closed RUSShyTwo closed 5 months ago

RUSShyTwo commented 2 years ago

This is needed because of this PR: https://github.com/dlang-community/dsymbol/pull/175

Since it'll set the callTip for struct/class, this logic must be updated to take that into account