I really like Github's Atom Text Editor. I really like that it's multi-platform allowing me to master one set of skills that is transferable to all platforms and all machines.
On thing that just burns me of the default set-up in Atom is the Autocomplete feature that seems to change my words as a type them. Because Ruby uses the end of line as a terminus for a statement you usually finish a word with pressing the return button and you get really annoying changes to your finished typed word a la MS Word. I find myself yelling "No that's not what I wrote!" at the screen in busy coffee shops.
I disabled autocomplete for a while but it is a very useful function. Then I found out they changed the package that gave the autocomplete to a new one called "Autocomplete Plus" that gives you more options. All that I needed to change to make autocomplete sane again:
1. Open Atom's Preferences
2. Search the bundled packages for "Autocomplete Plus"
3. Go to the Setting section below
4. Change the "Keymap for Confirming A Suggestion" from "tab and enter" to just "tab" and now the feature is sane again.
And that's it! Now Atom respects my Ruby code and I get less stares at the coffee shop.
On thing that just burns me of the default set-up in Atom is the Autocomplete feature that seems to change my words as a type them. Because Ruby uses the end of line as a terminus for a statement you usually finish a word with pressing the return button and you get really annoying changes to your finished typed word a la MS Word. I find myself yelling "No that's not what I wrote!" at the screen in busy coffee shops.
I disabled autocomplete for a while but it is a very useful function. Then I found out they changed the package that gave the autocomplete to a new one called "Autocomplete Plus" that gives you more options. All that I needed to change to make autocomplete sane again:
1. Open Atom's Preferences
2. Search the bundled packages for "Autocomplete Plus"
3. Go to the Setting section below
4. Change the "Keymap for Confirming A Suggestion" from "tab and enter" to just "tab" and now the feature is sane again.
And that's it! Now Atom respects my Ruby code and I get less stares at the coffee shop.
Comments
Post a Comment