项目作者: LitoMore

项目描述 :
Fanfou in VS Code
高级语言: TypeScript
项目地址: git://github.com/LitoMore/code-fanfou.git
创建时间: 2018-11-24T09:21:20Z
项目社区:https://github.com/LitoMore/code-fanfou

开源协议:MIT License

下载


code-fanfou

A VS Code extension for Fanfou

Install

In VS Code, press F1 and narrow down the list of commands by typing extension. Pick Extensions: Install Extension.

Simply search for the code-fanfou extension from the list and install it.




Usage

Setup Fanfou account to settings.json:

  1. {
  2. "fanfou.username": "foo",
  3. "fanfou.password": "bar"
  4. }

Use F1 or Shift + Command + P to call out the command input, then input fanfou to trigger Fanfou posting input.

More Options

By default, code-fanfou already have the consumer key and secret, you don’t need to configure it.

Also you could add your Fanfou app consumer to overwrite.

  1. {
  2. "fanfou.consumerKey": "",
  3. "fanfou.consumerSecret": "",
  4. "fanfou.username": "",
  5. "fanfou.password": "",
  6. "fanfou.protocol": "https:"
  7. }

For the options documentation, please refer the fanfou-sdk.

License

MIT © LitoMore