The Code Card extension allows users to generate code cards in Visual Studio Code. Users can execute a command to generate a code card, and the extension provides functionality to copy and save the card as an image, making it easy to share and showcase code snippets.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
The Code Card extension allows users to generate code cards in Visual Studio Code. Users can execute a command to generate a code card, and the extension provides functionality to copy and save the card as an image, making it easy to share and showcase code snippets.
Dependence
Network
Usage
Open command palette (Ctrl+Shift+P) & enter "Generate Card"
Click button 'Copy as jpg' or 'Save Image'
Select the code lines with the mouse and right-click
This is my first time developing a Visual Studio Code extension. I understand there will be many issues, so I sincerely consider everyone's suggestions.