Files
codeql/csharp/change-notes/2020-10-21-AST-printing-improvements.md
2020-10-21 11:19:51 +02:00

7 lines
385 B
Markdown

tooling
* AST printing in Visual Studio Code has been improved. Notable changes are:
* Duplications of namespace declarations have been removed.
* `TypeMention` nodes have been added to the tree.
* Child nodes of assignments and casts have been rearranged to represent syntax order
instead of execution order.
* Various fixes have been applied for `TypeMention` extraction.