halohalospecial / atom-elmjutsu

A bag of tricks for developing with Elm. (Atom package)
https://atom.io/packages/elmjutsu
MIT License
192 stars 24 forks source link

Can't copy from linter in MacOS #99

Closed simonh1000 closed 6 years ago

simonh1000 commented 6 years ago

In Linux I can do

Neither are possible in MacOS. alt-a does not do anything, and copy pasting seems to add some weird hidden characters that the compiler then rejects

screen shot 2017-11-07 at 20 01 20

halohalospecial commented 6 years ago

Hi @simonh1000, the feature is from linter-elm-make :smile: alt-a in Linux is for the Diagnostics: Show Actions At Position command (if you installed nuclide or atom-ide-ui). I don't know what's the equivalent for MacOS. You can try typing the command name in the command palette to check the keybinding for that.

simonh1000 commented 6 years ago

I suspected i might end re-directed, but thanks so much for the comprehensive answer