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

Only filter out duplicates if they are of the same kind #781

Open bangbangsheshotmedown opened 2 weeks ago

github-actions[bot] commented 2 weeks ago

Thanks for your Pull Request and making D better!

This comment will automatically be updated to summarize some statistics in a few minutes.

WebFreak001 commented 1 week ago

missing test to indicate what exactly this fixes or changes

bangbangsheshotmedown commented 1 week ago

From what i can remember, it was not showing a variable if its name was the same of a struct for example, but i'm not sure anymore

I will try to write a test, but i'm not sure how yet