code-d icon indicating copy to clipboard operation
code-d copied to clipboard

Autocompletion & non-conventional module paths

Open Superbelko opened this issue 7 years ago • 2 comments

Autocompletion and go-to-symbol features doesn't works when module name doesn't match FS hierarchy.

Examples:

source/mylib.d

module proj.mylib;
...

or source/libname/stuff.d

module core.stuff;
...

In both cases autocompletion stops working until file or module renamed to match. There are 3rd-party libraries that do that, and this issue makes code-d unusable.

Superbelko avatar Apr 29 '18 02:04 Superbelko

@WebFreak001 Any update on this issue? The extension is automatically renaming my modules with source. prefixes.

chances avatar Nov 23 '20 19:11 chances

@chances that issue is unrelated to this one. Please try the current nightly releases for serve-d (d.servedReleaseChannel: nightly setting) and if the problem persists make a minimal reproduction case and open a new issue

WebFreak001 avatar Nov 23 '20 20:11 WebFreak001