j
k
j a
j l
Check out this snippet.
``` string NAME; public string name { set { NAME = value; } get { return NAME; } } ```
Editor autocompletion detects `NAME`, but does not aknowledge `name`.
Attachments:
Back to the thread
Back to the list