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 522f1fa commit 97e3ce7Copy full SHA for 97e3ce7
Rubberduck.Parsing/Grammar/VBA.g4
@@ -53,6 +53,9 @@
53
* - added support for VBA 7.0 PtrSafe attribute for Declare statements.
54
* - implemented a fileNumber rule to locate identifier usages in file numbers.
55
* - added support for anonymous declarations in With blocks (With New Something)
56
+* - blockStmt rules being sorted alphabetically was wrong. moved implicit call statement last.
57
+* - '!' in dictionary call statement rule gets picked up as a type hint; changed member call
58
+* to accept '!' as well as '.', but this complicates resolving the '!' shorthand syntax.
59
*
60
*======================================================================================
61
0 commit comments