VisualD Browse Info Issue

Rainer Schuetze r.sagitario at gmx.de
Sun Oct 27 10:12:07 UTC 2019



On 26/10/2019 21:39, Marcel wrote:
> I have a solution with the following folder layout:
> 
> - Solution A Folder:
>     - foo.visualdproj
>     - foo.d
>     - bar.visualdproj
>     - bar.d
>     - JSON folder:
>          - foo.json
>          - bar.json
> 
> An external project imports both static libraries foo and bar (With the
> import path being the solution folder). Unfortunately intellisense
> doesn't work when importing these modules. I doubt this is an issue of
> VisualD so does anyone know what I'm missing?

Normally the semantic engine doesn't need the JSON files to analyze
imports. The JSON files are only used if enabled in the global
intellisense options and the semantic engine didn't produce any result,
e.g. if there are no completions through existing imports.

If you want to include JSON files from projects not in the current
solution, you should add the respective path in the global option
"prebuilt browse information".


More information about the Digitalmars-d-ide mailing list