Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>FanfouNew to Visual Studio Code? Get it now.

Fanfou

LitoMore

|
132 installs
| (1) | Free
Fanfou in VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

  • fanfou-sdk - Fanfou SDK for Node.js

License

MIT © LitoMore

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft