if I have the following code `String name = "James";` after typing `name.` , I do not get any method suggestions.
if I have the following code
String name = "James";after typing
name., I do not get any method suggestions.