Tampermonkey Filesystem VSCode Extension
Edit tampermonkey browser scripts in the comfort of your everyday code editor (assuming that one is vscode).
Features implemented
Minimal
- List files
- See individual files by clicking on them.
- Edit the files the same way as if they were local files.
Future features for some day
- Easier flow, potentially automated flow to send the code to
tampermonkey-editors extension.
- More standard features associated to files and directories (in memory).
- Associate a local directory to each userscript to write a copy of the script to.
Filesystem code design and API usage based on
Getting Started
- Install
tampermonkey-editors (at time of writing, the code only exists in a pull request)
Docker way
- Run
npm docker:watch. Everything will be installed and setup automatically.
- Execute
Launch Extension configuration.
Local install way
- Ensure you have the correct node version activated.
- Install dependencies:
npm install.
- Build:
npm run watch.
- Execute
Launch Extension configuration.
| |