vscode-typescript-ast-explorer
vscode-typescript-ast-explorer copied to clipboard
Not showing elements in the explorer
Tried out the extension and I'm not seeing anything while I have a TypeScript document focused.
Hmm, sorry. I cannot reproduce that. Maybe there is some debug info regarding this in OUTPUT view, (select 'Extensions' from the dropdown)?
I noticed that nothing is shown if you have a .tsx
file selected.
great and well written extension.
also got stuck that tsx files are not shown. from the code it is not obvious to me why. are tsc files a separate type in vscode? i am thinking about this in package.json:
"activationEvents": [ "onLanguage:typescript" ]
@krizzdewizz same as @Xiot -- can I use it with .tsx
?