Python AST Preview in VSCodeQuick and dirty way to see the AST of your active file in VSCode. This extension uses Python's AST module to generate the AST, converts it to JSON and launches a new file to show you the AST. FeaturesRequirementsPython is required. Extension SettingsThe path to the
Known IssuesThis extension is beta-ish. Feel free to create any GitHub issues for bugs or enhancement requests. |