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.
- Network
- 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
- Click the Generate Card menu
- Click button 'Copy as jpg' or 'Save Image'
- Select the code lines
- Crtl + Shift + G
If you have any questions, feel free to comment or submit an issue.
: https://github.com/AlpsA233/code-card.git
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.