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

Can't ctrl+click "multiclick" text with lint errors #1571

Closed NodeJoSe closed 3 years ago

NodeJoSe commented 3 years ago

I can't multi-click code that has lint errors, this only happens when I have atom-typescript enabled. Tried to install Hyperclick and change it to alt+click and still does not work.

image

lierdakil commented 3 years ago

This seems to be due to package intentions, specifically ctrl being bound to intentions:highlight. Perhaps try disabling it, see if it helps.

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