First, install the dependencies. Then run the debug server:
$ yarn install
# then
$ yarn watch
Then, inside the editor, press F5
. This will compile and run the extension in a new Extension Development Host window.
First of all, you need to open Command Palette (Ctrl + Shift + P
). Then few commands will be available to you. You just need to start typing cc
, as you can see in the image below.
Both commands do almost the same thing.
The core of the cc @sseraphini extension is on sidebar.
From there you can write your tweet and the extension will do the rest.
-
You can download the extension here.
-
Or just launch VSCode Quick Open (
Ctrl + P
), and paste the following commandext install adsonatural.ccsseraphini
, and press enter. -
Or you can find the extension in extension's store inside VSCode, searching for
ccsseraphini