So i have turned off the autocomplete to off so i won’t have suggestions but is there a way to keep suggestions from the existed variables that i created?
For example
public string myName;
so when i go to type myN ->
it should popup the text of myName
So it possible?