We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f47c498 commit 5ab618aCopy full SHA for 5ab618a
server/src/project/parser/vbaSyntaxParser.ts
@@ -155,9 +155,9 @@ class VbaListener extends vbaListener {
155
this.document.registerDiagnosticElement(element);
156
};
157
158
- // visitErrorNode(node: ErrorNode) {
159
- // console.log(node.payload);
160
- // }
+ visitErrorNode(node: ErrorNode) {
+ console.log(node.getPayload());
+ }
161
162
// enterAttributeStmt = (ctx: AttributeStmtContext) => {
163
// this.document.activeAttributeElement?.processAttribute(ctx);
0 commit comments