Skip to content

LuanEdCosta/vscode-open-files

Repository files navigation

Open Files


Are you tired of opening every file manually? This extension is for you.

All Features

  • Open related files.
  • Open all folder files.
  • Open file in the default browser.
  • Open all folder files recursively.

Usage

Open Files Extension Tutorial

Keybindings

Windows

  • CTRL + ALT + R - Open related files.
  • CTRL + ALT + O - Open all folder files.
  • CTRL + ALT + B - Open file in the default browser.
  • CTRL + ALT + Y - Open all folder files recursively.

Mac

  • CMD + ALT + R - Open related files.
  • CMD + ALT + O - Open all folder files.
  • CMD + ALT + B - Open file in the default browser.
  • CMD + ALT + Y - Open all folder files recursively.

TODO

  • Create command to open file in specific browser.
  • Create command to configure files to open together.

Changelog

See all release notes in the CHANGELOG.md file.

License

This extension is under the MIT License.

Authors