Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Also generate ctor calltips for symbols with a callTip #660

Closed
wants to merge 1 commit into from

Conversation

RUSShyTwo
Copy link

This is needed because in an upcoming PR i have moved

This: https://github.com/Pure-D/serve-d/blob/aeae249f9fdc6269c7f4963907eb5ed645d0691c/source/served/commands/complete.d#L969

Into:

AutocompleteResponse.Completion makeSymbolCompletionInfo(const DSymbol* symbol, char kind)

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

RUSShyTwo added a commit to RUSShyTwo/DCD that referenced this pull request Dec 5, 2021
This needs: dlang-community/dsymbol#175 to be merged
Then DCD will need to pick up a version of dsymbol with that PR merged

Once this is merged, we'll need to merge  dlang-community#660
@RUSShyTwo RUSShyTwo closed this Dec 5, 2021
WebFreak001 pushed a commit to RUSShyTwo/DCD that referenced this pull request Oct 13, 2022
This needs: dlang-community/dsymbol#175 to be merged
Then DCD will need to pick up a version of dsymbol with that PR merged

Once this is merged, we'll need to merge  dlang-community#660
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant