diff --git a/README.md b/README.md index 197da8a..ac0c8f4 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,8 @@ If you have a composite filetype with dots (like `django.python` or `php.wordpre Things that are not (yet) implemented ---------------------------------------------------------- * Support toggling between multiple formatters, as requested and described in #46. +* Make Autoformat command accept ranges and provide range information to formatter if they support that, as requested and described in #47. +* Automatically check for formatters of supertypes, as requested and described in #50. * Option for on-the-fly code-formatting, like visual studio (If ever. When you have a clever idea about how to do this, I'd be glad to hear.) Pull requests are welcome.