neo4j / cypher-language-support

Neo4j's Cypher Language support

Home Page:https://neo4j.github.io/cypher-language-support/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add schema inference for properties

ncordon opened this issue · comments

When we create a new node or relationship, could we have some schema inferred to offer properties autocompletion?

CREATE (n:Person) SET n.__ [autocompletion of property name based on other `Person` nodes]

Moved to Trello!