elliotlarson / vscode-ruby-around-the-block

Visual Studio Code extension for toggling block style
11 stars 1 forks source link

Support for chaining methods after block #3

Open kevinnio opened 2 years ago

kevinnio commented 2 years ago

Currently, the README says:

This doesn't play well with blocks that have code chained onto it

Are you currently working on a fix? Otherwise, I'd be glad to try my luck with a PR.

elliotlarson commented 2 years ago

@kevinnio Oh, thank you for offering. That would be useful.

I think the larger issue with this plugin is that I created it a long time ago and haven't really kept up with the state of the art for plugin development. I've been contemplating upgrading it for a long time, but it basically works well enough for my purposes that I haven't felt the need to do the upgrade.