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

Provide quickfixes

ncordon opened this issue · comments

What

Provide quickfixes for:

  • mistyped keywords
  • unclosed brackets
  • suggestions for mistyped functions / procedures

Why

In situations like this:

we could provide a quick fix that introduces the missing }.

Same for when a keyword is misspelt.

Can these be provided at LSP level, or is this a VSCode specific feature?

Thanks! I've been working on this and I'm just trying to find some time and wrap things up and open a PR.

Moved to Trello!