In the standalone SQL Developer you can export certain items directly to the clipboard. This was particularly useful to generate insert statements, you could grab a row with similar data, export that row as an insert statement and put it directly on the clipboard.
It would be great if this functionality could be added into the SQL Developer for VSCode extension.