Skip to content

Commit f6d20b2

Browse files
authored
Wires signature help to codemirror (#157)
1 parent 457054c commit f6d20b2

17 files changed

+1316
-27
lines changed

.changeset/twelve-cycles-call.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@neo4j-cypher/language-support': patch
3+
---
4+
5+
Adds signature help capabilities to the language support

.vscode/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"typescript.tsc.autoDetect": "off",
33
"typescript.preferences.quoteStyle": "single",
44
"editor.codeActionsOnSave": {
5-
"source.fixAll.eslint": true
5+
"source.fixAll.eslint": "explicit"
66
},
77
"editor.defaultFormatter": "esbenp.prettier-vscode",
88
"editor.formatOnSave": true,

0 commit comments

Comments
 (0)