Does Neo4j browser AUTO-COMPLETE toggle exist in 3.2.0?

前端 未结 2 1861
既然无缘
既然无缘 2021-01-24 11:53

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

2条回答
  •  鱼传尺愫
    2021-01-24 12:41

    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.

提交回复
热议问题