Pure-D / code-d

Fully featured D language extension for Visual Studio Code using Serve-D
MIT License
297 stars 47 forks source link

Navigating to dub dependency modules / symbols not possible #282

Open andre2007 opened 4 years ago

andre2007 commented 4 years ago

While I am able to navigate to symbols/modules from my project and phobos/druntime by left mouse clicking on the source code symbol + CTRL this is not possible for symbols from dub dependencies like dunit.

I assume while starting DCD Server, the dub dependency paths have to be passed as arguments.

WebFreak001 commented 4 years ago

possible duplicate of/related to #276 ?

andre2007 commented 4 years ago

I think I have 2 problems:

WebFreak001 commented 4 years ago

ah yes good points.