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 semantic errors

ncordon opened this issue · comments

What

Add semantic errors to the LSP.

We need:

Why

In the database we have a layer of semantic errors, for queries that would pass parsing but contain semantic flaws:

MATCH (n) RETURN m

where m has not been declared.

We want to surface that information to the LSP

Moved to Trello!