commit 31cfc4d9750faa35eedd03399afd2283aa5f8dd7 Author: Junwei Zhao Date: Tue Apr 10 15:51:56 2018 +1000 Init readme 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