Thread overview
[Issue 13213] Make 'go to definition' play nicer with extern(C)
Sep 24, 2014
Manu
Dec 20, 2014
Rainer Schuetze
Dec 20, 2014
Rainer Schuetze
Dec 21, 2014
Manu
September 24, 2014
https://issues.dlang.org/show_bug.cgi?id=13213

Manu <turkeyman@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |symdeb

--
December 20, 2014
https://issues.dlang.org/show_bug.cgi?id=13213

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

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

--- Comment #1 from Rainer Schuetze <r.sagitario@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

--
December 20, 2014
https://issues.dlang.org/show_bug.cgi?id=13213

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|symdeb                      |

--- Comment #2 from Rainer Schuetze <r.sagitario@gmx.de> ---
removing keyword "symdeb", this it not related to debug info.

--
December 21, 2014
https://issues.dlang.org/show_bug.cgi?id=13213

Manu <turkeyman@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Manu <turkeyman@gmail.com> ---
Very awesome!

I can confirm that it is working well. Thanks Rainer!

--