Check out this snippet.
```
string NAME;
public string name
{
set { NAME = value; }
get { return NAME; }
}
```Editor autocompletion detects `NAME`, but does not aknowledge `name`. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1695
