/vscode-link

Link utilities for Visual Studio Code

Primary LanguageTypeScriptMIT LicenseMIT

vscode-link

GitHub issues VS Code marketplace button Gitter chat button

Link utilities for Visual Studio Code

Description

Open a link directly in vscode

Commands

  • openLink Open link in editor (read-only)
  • openPath Open path in editor
  • previewLink Preview link in editor
  • downloadLink Download link in the workspace folder

Installation

  1. Install Visual Studio Code (1.28.0 or higher)
  2. Launch Code
  3. From the command palette Ctrl-Shift-P (Windows, Linux) or Cmd-Shift-P (OSX)
  4. Select Install Extensions
  5. Choose the extension Link for VSCode
  6. Reload Visual Studio Code

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Requirements

Visual Studio Code v1.28

Credits

License

MIT


Changelog

[1.0.0] 2018-10-21

  • previewLink & downloadLink

0.0.1 2016-06-01

  • Open a link from VSCode