Check out this snippet.
``` string NAME; public string name { set { NAME = value; } get { return NAME; } } ```
Editor autocompletion detects `NAME`, but does not aknowledge `name`.
Might be useful to note which language you are talking about.
Geany is latest stable, c#.
Do you mean Geany 1.32? Please always give proper information, someone looking at this in the future would have to go searching for what was "stable" at the time.
`NAME` doesn't show in the symbols, so its not actually getting the autocomplete from the file, but from some global tags probably.
It is on 1.32, yes, sorry for vague formulating.
github-comments@lists.geany.org