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

Symbols that call a function aren't relevant for the completion list #659

Closed RUSShyTwo closed 2 years ago

RUSShyTwo commented 3 years ago

They are not needed

Otherwise they show up in the completion list

Before (there are 2 completion item, one for the useless, and the other for the actual function): Code_Di8Jgm3u0i

After: image

RUSShyTwo commented 2 years ago

I'll try to come up with a proper fix