TypeStrong / atom-typescript

The only TypeScript package you will ever need
https://atom.io/packages/atom-typescript
MIT License
1.13k stars 205 forks source link

Better Warnings / Tooltip for type errors please. #1539

Closed reduxdj closed 4 years ago

reduxdj commented 4 years ago

Many times when trying to sort out errors in return types, the output is a mess. It comes back as a big long tooltip that says language like ...19 more | undefined;SomeTypeError. Reasoning about this is so difficult. I often even wish i could copy and paste, I actually take a screenshot and try to read this output because i can't even select copy and past from the tooltip

Please.

lierdakil commented 4 years ago

I'll be honest. The only feature request I could parse from this stream of consciousness is "copy-paste from error tooltips". Which isn't handled by us, so we can't do anything about it. linter with linter-ui-default allows copying from the diagnostics panel though (albeit it's a little wonky to tell the truth).

So... The best interpretations I can come up with are:

Either way, I don't know what I could help with here, besides pointing to the relevant repository.

reduxdj commented 4 years ago

Hey thanks, yeah, it's on the atom side. Thanks for your response, I'll go digging.

github-actions[bot] commented 4 years ago

This issue has been marked as stale because it did not have any activity for the last 90 days or more. Remove the stale label or comment or this will be closed in 14 days