Closed WebFreak001 closed 4 years ago
for some reason this is only completion, go to definition still works
for some reason this is only completion, go to definition still works
Very strange.
mightBeRelevantInCompletionScope
is returning false
for assumeSorted
and therefore it's getting filtered out here: https://github.com/dlang-community/DCD/blob/808460a678d9c993d393c36e7eb06601a157efcf/src/dcd/server/autocomplete/complete.d#L532
...And that's happening because the symbol for assumeSorted
is marked private
.
Actually the protection is messed up on a lot of the symbols. Several of them are wrong and several others are unset.
I think I fixed it. There will be a pull request to dsymbol soon.
Edit: Fixed part of it... Still working on a related issue.
a.d
now yields
before (in 0.11.1) it used to be
This was introduced with 0.12.0