[Issue 13213] Make 'go to definition' play nicer with extern(C)

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Dec 20 03:02:23 PST 2014


https://issues.dlang.org/show_bug.cgi?id=13213

Rainer Schuetze <r.sagitario at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario at gmx.de

--- Comment #1 from Rainer Schuetze <r.sagitario at gmx.de> ---
I added "Goto Declaration" and made "Goto Definition" check the Object Browser
for forward declared symbols. This allows jumping to C/C++ code aswell (but not
those C files that are part of the D project, because they don't appear in the
object browser).

See
https://github.com/D-Programming-Language/visuald/releases/tag/v0.3.40-beta4

--


More information about the Digitalmars-d-bugs mailing list