LitoMore / code-fanfou

Fanfou in VS Code

Home Page:https://marketplace.visualstudio.com/items?itemName=LitoMore.code-fanfou

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

{
  "fanfou.username": "foo",
  "fanfou.password": "bar"
}

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.

{
  "fanfou.consumerKey": "",
  "fanfou.consumerSecret": "",
  "fanfou.username": "",
  "fanfou.password": "",
  "fanfou.protocol": "https:"
}

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

Related

License

MIT © LitoMore

About

Fanfou in VS Code

https://marketplace.visualstudio.com/items?itemName=LitoMore.code-fanfou

License:MIT License


Languages

Language:TypeScript 100.0%