vscode-code-outline icon indicating copy to clipboard operation
vscode-code-outline copied to clipboard

add function to copy all function name

Open FFengIll opened this issue 6 years ago • 2 comments

For convenience , I wish to add a button (or something else) to copy the symbol list from panel node.

May I do a PR for it?

FFengIll avatar Mar 28 '18 09:03 FFengIll

I think you could add a context menu (IIRC it's already supported in the stable API) with "Copy symbol name". Can't comment on how to access the clipboard as I don't have the full API memorized.

patrys avatar Mar 28 '18 13:03 patrys

I don't believe there is anything in the VS Code API for accessing the clipboard, but you should be able to use a Node package like clipboardy to accomplish that.

KamasamaK avatar May 09 '18 19:05 KamasamaK