vscode-typescript-ast-explorer icon indicating copy to clipboard operation
vscode-typescript-ast-explorer copied to clipboard

Not showing elements in the explorer

Open joelday opened this issue 7 years ago • 4 comments

Tried out the extension and I'm not seeing anything while I have a TypeScript document focused.

joelday avatar Jan 19 '18 17:01 joelday

Hmm, sorry. I cannot reproduce that. Maybe there is some debug info regarding this in OUTPUT view, (select 'Extensions' from the dropdown)?

krizzdewizz avatar Jan 22 '18 18:01 krizzdewizz

I noticed that nothing is shown if you have a .tsx file selected.

Xiot avatar Feb 26 '18 14:02 Xiot

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" ]

urbanhop avatar Sep 13 '18 18:09 urbanhop

@krizzdewizz same as @Xiot -- can I use it with .tsx ?

vvscode avatar Dec 18 '19 08:12 vvscode