From 31cfc4d9750faa35eedd03399afd2283aa5f8dd7 Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Tue, 10 Apr 2018 15:51:56 +1000 Subject: [PATCH] Init readme --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..34b00f8 --- /dev/null +++ b/readme.md @@ -0,0 +1,7 @@ +This plugin try to implement the `Intellij scratch` functionality in vscode. Which means you have specify the file type of scratch. You should have syntax highlights and some level of code formatting. + +## Roadmaps + +* specify file type +* Have syntax highlights +* Support file formatting for some file types