[Github-comments] [geany/geany] Support getters/setters autocompletion (#1695)

OMG Eto Zhe BFG notifications at xxxxx
Wed Nov 22 07:22:08 UTC 2017


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20171122/be60d2ca/attachment.html>


More information about the Github-comments mailing list