Open andreapavoni opened 9 years ago
It's difficult but I'll try to implement this.
Would be wonderful feature to have. Vim can do it!
+1, this would really add QoL to the editor
This would be awesome and even more if the go to keybindings works too. :+1:
+1
@hmatsuda I'd like to try helping with this. Is there a place in the code you think would need to be changed?
Thanks for helping @dogweather .
the searchForBlock method is searching for line of matching block beginning. https://github.com/hmatsuda/ruby-block/blob/master/lib/ruby-block.coffee#L125
Hi, thank you for this package. I found this project. This problem is solved there. Maybe you merge it. https://github.com/samu/blocky
@vtm9 Once you fix your reference error, I can use blocky instead. :)
PLEASE DO THIS
Hi there,
first of all, thank you for this useful package :-) It actually works by highlighting the begin of the block when a cursor is at the end. I was wondering if/how is possible to highlight end blocks even when cursor is at the beginning.
thanks in advance for eventual replies :-)