Results 8 issues of sunznx

![image](https://user-images.githubusercontent.com/8629792/69216993-801cbe00-0ba8-11ea-90a7-8180e7aab0c9.png)

"after" should be "before"

I don't know how to wirte extension, but I find the "**cut**" function in **editor.js**. It should be ``` let selection = this.getSelection(); if (selection.isEmpty) { vscode.commands.executeCommand("MARK FROM currentPos to...

感觉目前的代码实现起来比较麻烦。目前想到的实现是: 1. 要么把这个锁做成 interface 2. 要么这个 getAccessToken 暴露成公有方法