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: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Stephan Dilly <[email protected]> 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: -------