/file-open-in-editor

Super fast quick file open from web-page. Open file in VSCode

Primary LanguageJavaScriptMIT LicenseMIT

<file-open-in-editor>

This webcomponent follows the open-wc recommendation.

Installation

npm i file-open-in-editor

Usage

Set your workspace.

localStorage.setItem('DEV_WORKSPACE_PATH', '/User/name/Workspace/MyProject/')
<script type="module">
  import 'file-open-in-editor/file-open-in-editor.js';
</script>

<file-open-in-editor src="src/component/header.js"></file-open-in-editor>