Fanfou in VS Code
A VS Code extension for Fanfou
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.
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.
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.
MIT © LitoMore