msaraiva / atom-elixir

An Atom package for Elixir
MIT License
407 stars 27 forks source link

Mark the end of a do block #77

Open niklasmoeller opened 7 years ago

niklasmoeller commented 7 years ago

Indicate which "end" statement belongs to the "do" statement under the cursor.

I used autocomplete-elixir, which supported that. Since it's deprecated, I would love to have that feature within atom-elixir.

This is how it looked like in autocomplete-elixir: bildschirmfoto 2017-08-15 um 13 44 36

jnmandal commented 6 years ago

I abstracted the logic for this into a standalone package I am using.. I can open a PR for it on this project