jetbrains-plugin-graph-database-support
jetbrains-plugin-graph-database-support copied to clipboard
Syntax support in Java files.
Is it possible to have cypher syntax support for Strings in Java? Even better would be to also have semantic support.
Hello @micheal-swiggs,
Cypher highlighting in Java files is enabled for some classes (see definedInClass
). For example for Neo4j OGM, Spring Data Neo4j and Graph Database API:
Is your requirement to get highlighting in the Neo4j Java driver or another library?
We will look into updating this.
Meanwhile you can add classes and methods for highlighting in IntelliJ Settings
→ Editor
→ Language Injections
.