Open ryuukk opened 11 months ago
If module a has functions that are marked package, they should be only seen when requesting completions from a module within package a
a
package
https://dlang.org/spec/attribute.html#package
Relevant region:
https://github.com/dlang-community/DCD/blob/57794ca8759ef7ecea640908d7caa03966504e7b/src/dcd/server/autocomplete/complete.d#L755-L767
If module
a
has functions that are markedpackage
, they should be only seen when requesting completions from a module within packagea
https://dlang.org/spec/attribute.html#package
Relevant region:
https://github.com/dlang-community/DCD/blob/57794ca8759ef7ecea640908d7caa03966504e7b/src/dcd/server/autocomplete/complete.d#L755-L767