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

Remove spurious auto-completions

ncordon opened this issue · comments

We are returning auto-completions we don't care about (LPAREN, MINUS, PLUS, etc). VSCode does some filtering in the client based on similarity, so those get filtered out, but it would be good to do that filtering on the server side so other clients (if no filtering is done at front-end level) do not offer those auto-completions.

How to do it is described in https://github.com/mike-lischke/antlr4-c3#ignored-tokens

Moved to Trello!