TypeStrong / atom-typescript

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

Quick-fix not working anymore #1591

Closed Nilos closed 2 years ago

Nilos commented 2 years ago

I use the quick-fix feature a lot (Ctrl+Enter) on my mac, but recently it stopped working.

I've tried installing an old version and even re-installing atom from scratch, nothing helped.

Any idea on how I could debug the issue? Is this only a problem for me?

lierdakil commented 2 years ago

Sorry for the late reply. As far as I can tell, you're referring to code actions via intentions? For one, check that nothing steals that ctrl+enter keypress (use key-binding-resolver:toggle from the command palette). If you're using some other ide-ui let me know which one, since there are a few.

github-actions[bot] commented 2 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