tsperf / tracer

A VSCode extension to measure type complexity within a project.
https://tsperf.dev
MIT License
158 stars 4 forks source link

Display types mentioned in trace lines #32

Open typeholes opened 5 months ago

typeholes commented 5 months ago

For example, structuredTypeRelatedTo includes the source and target types

{"pid":1,"tid":1,"ph":"X","cat":"checkTypes","ts":1518041.3299798965,"name":"structuredTypeRelatedTo","dur":3685.199975967407,"args":{"sourceId":38,"targetId":229}},

A map or name to the list of args that are type ids will need to be created.

Those types should be displayed, possibly on hover, and should include a go to definition icon should