According to Nodes() function returns relationships? there is an AUTO-COMPLETE toggle in the Neo4j browser. I am using 3.2.0 which does not have this. Is there a equivalent UI e
In the neo4j browser, click on the "Browser Settings" cog icon in the bottom left.
This reveals the Browser settings tab. Look under the "User Interface" section and you'll see a check box for "Enhanced query editor". If you hover over it, a pop-up says that it enables autocomplete and syntax highlighting in the query editor.
Ensure this is checked.
Now start to type:
MATCH ()
On typing the first parenthesis you should see some autocomplete nodes displayed.