Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0x3c50/easy-code-screenshots
A plugin for IntelliJ IDEs to create easy, beautiful screenshots of your code
https://github.com/0x3c50/easy-code-screenshots
Last synced: 2 months ago
JSON representation
A plugin for IntelliJ IDEs to create easy, beautiful screenshots of your code
- Host: GitHub
- URL: https://github.com/0x3c50/easy-code-screenshots
- Owner: 0x3C50
- License: gpl-3.0
- Created: 2022-08-26T14:15:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-05T17:57:46.000Z (over 1 year ago)
- Last Synced: 2023-09-05T18:51:20.013Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 118 KB
- Stars: 17
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Easy code screenshots
Easily allows you to screenshot selected pieces of code## Screenshotting
1. Select the code to screenshot
2. Right-click on the selection
3. Press "Screenshot Selected Code"Alternatively
1. Select the code to screenshot
2. Press `ctrl + shift + S`The screenshot will be copied to your clipboard
## Configuring
To configure the screenshot, go to `Settings | Editor | Code Screenshots`. You can change the appearance of the screenshot there.## WARNING
Screenshotting large amounts of code at once with a high Image Scale will cause memory issues. If you need to screenshot larger amounts of code, turn down the Image Scale first.