[Issue 19996] New: The spell checker could also works with standard properties

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jun 22 14:25:42 UTC 2019


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

          Issue ID: 19996
           Summary: The spell checker could also works with standard
                    properties
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dmd
          Assignee: nobody at puremagic.com
          Reporter: b2.temp at gmx.com

The spell checker doesn't work in this case :

---
void main()
{
    struct A{}
    A a;
    auto c = a.strngof;
} 
---

"stringof" could be proposed.

--


More information about the Digitalmars-d-bugs mailing list