Does Neo4j browser AUTO-COMPLETE toggle exist in 3.2.0?

前端 未结 2 1862
既然无缘
既然无缘 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.

    0 讨论(0)
  • 2021-01-24 12:42

    Looks like it moved to the bottom of the browser settings gear and is now labeled Connect result nodes. It defaults to checked. If you uncheck the box it appears as though it behaves like the autocomplete slider did previously.

    0 讨论(0)
提交回复
热议问题