aBothe / Mono-D

D Add-In for MonoDevelop
http://wiki.dlang.org/Mono-D
Other
113 stars 26 forks source link

don't show completion entries that make no sense #564

Open extrawurst opened 9 years ago

extrawurst commented 9 years ago

in this example the code completion obviously knows what kind of parameter is needed and still shows entries that could never lead to a type like that:

md

how can Disconnect be called in this situation and still compile ?

Orvid commented 9 years ago

While I do see the usefulness of this, there would definitely need to be way to disable it for those of us who use the completion exploratively at times.

extrawurst commented 9 years ago

you could always start typing in a scope where nothing is expected (new declaration for example) so no filtering is applied ?!