From 95d68368014bb69fcc5df250a7288fbf9eab1062 Mon Sep 17 00:00:00 2001 From: Chiel Date: Fri, 8 May 2015 11:51:12 +0200 Subject: [PATCH] Update README.md Update todo list. --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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.