Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Embedded Cypher in file is not linted for missing Labels and Relationships by VSCode Extension #324

Open
iamdavehart opened this issue Jan 8, 2025 · 0 comments

Comments

@iamdavehart
Copy link

iamdavehart commented Jan 8, 2025

If you create a piece of cypher while connected to a neo4j connection and include a missing label, that label is marked as a warning, e.g. Relationship Type RELATES_TO is not present in the database. However, if you put that same cypher in a string within a python file and prefix it with //cypher then the syntax is highlighted but the missing labels and relationships are not marked up as warnings

image

The expected behaviour would be that an embedded string would be linted for missing labels and relationships just as it is within a .cypher file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant