[Issue 11640] New: [regression] goto-def not working in v0.3.38beta1

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Nov 29 03:26:35 PST 2013


https://d.puremagic.com/issues/show_bug.cgi?id=11640

           Summary: [regression] goto-def not working in v0.3.38beta1
           Product: D
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: VisualD
        AssignedTo: nobody at puremagic.com
        ReportedBy: spam at extrawurst.org


--- Comment #0 from Stephan Dilly <spam at extrawurst.org> 2013-11-29 03:26:33 PST ---
```
void main()
{ 
    int foo;

    foo = 0;
}
```

while writing the second foo i get auto completion but it wont goto-def(F12) on
ANYTHING (this is just a totally reduces repro case). this used to work b4.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list