Ctrl+Space showing variable suggestions that don't exist?!
In this case I'm trying to auto-fill `$objectDetails`:

but it's showing suggestions of under_scored variables that aren't in the script or any included/related files... I can't tell where these are coming from! They're totally in the way, and in fact when I first did it today it had `$objectDetails` below the underscored suggestions...
Can somebody explain what's going on? I really don't like JetBrains being too helpful.
请先登录再写评论。
Please try adding one of these mythic variables to your code and then invoke "Go to Declaration" (Ctrl+Click) on it.
Will it lead you somewhere?
I discovered there was some missing end brace or caret or something that the editor couldn't detect well enough or something but once that was fixed the suggestions returned to normal.