Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d0c30d commit 14938f3Copy full SHA for 14938f3
1 file changed
csharp/change-notes/2020-10-21-AST-printing-improvements.md
@@ -0,0 +1,7 @@
1
+tooling
2
+* AST printing in Visual Studio Code has been improved. Notable changes are:
3
+ * Duplications of namespace declarations have been removed.
4
+ * `TypeMention` nodes have been added to the tree.
5
+ * Child nodes of assignments and casts have been rearranged to represent syntax order
6
+ instead of execution order.
7
+* Various fixes have been applied for `TypeMention` extraction.
0 commit comments