Skip to content

Latest commit

 

History

History
46 lines (24 loc) · 879 Bytes

README.md

File metadata and controls

46 lines (24 loc) · 879 Bytes

copy-file-name

Copies the name of the currently active file to the clipboard.

Features

  • Ctrl-Alt-f / Cmd-Alt-f - copies the name of currently active file without extension
  • Ctrl-Alt-e / Cmd-Alt-e - copies the name of currently active file with extension

Commands

The commands are available from the following context menus:

  • Editor Title

    Commands

  • Explorer

    Commands

Dependencies

Known Issues

Release Notes

1.2.0

  • Remove the dependency on node-copy-paste and use the built in Clipboard support in VS Code 1.30.x and above.

1.1.0

  • The Copy commands are included in the editor title and Explorer context menus

1.0.0

  • Initial release

License

MIT © Viktor Nemes