amaembo / screenshoter

IDEA plugin to make code screenshots
Other
88 stars 17 forks source link

Feature: add "snip code" function to contextmenu. #17

Closed MairwunNx closed 5 years ago

MairwunNx commented 5 years ago

I think it would not be bad to have the "Snip Code" button in the context menu of the editor. This may not simplify much the code snip if one of the hands is busy, for example, I have a pizza with one hand and it is not convenient for me to press a few keys, it is easier for me to take a screenshot with the mouse in this case.

amaembo commented 5 years ago

This action is already added into the main Edit menu: image

If you want to add it to context menu, you can do this via Settings:

image

And it will appear for you:

image

I hesitate to add it for everybody by default, because this context menu is already huge.

MairwunNx commented 5 years ago

@amaembo thanks, resolved!