https://github.com/tajo/uweb
A VS Code extension for web-code.
https://github.com/tajo/uweb
Last synced: 2 months ago
JSON representation
A VS Code extension for web-code.
- Host: GitHub
- URL: https://github.com/tajo/uweb
- Owner: tajo
- License: mit
- Created: 2022-06-05T05:58:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T06:16:09.000Z (about 1 year ago)
- Last Synced: 2025-04-08T13:21:11.819Z (6 months ago)
- Language: TypeScript
- Size: 53.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# uweb: web-code extension
- Turns `__visual_snapshots__/*.snapshot` files into images (requires an active ussh session).
- Multiple commands to jumping between `web-code` projects faster.
- Quick jump into SourceGraph from any file/line of code.This extension works only if the web-code workspace (or a nested workspace) is open since it needs to locate the monorepo root. You can also set it manually through the `WEB_CODE_ENV` envirnoment variable (add it to you `~/.zshrc`).
## uweb: Open Sourcegraph for the current file
`uweb.openSourcegraph`
Opens the file in Sourcegraph including the selected line(s) of code.
## uweb: Focus Explorer
`uweb.focusExplorer`
1. Prompts a list of all web-code projects.
2. You pick one.
3. The explorer (side tree navigation) reveals and focuses the picked project.## uweb: Focus Terminal
`uweb.focusTerminal`
1. Prompts a list of all web-code projects.
2. You pick one.
3. A new terminal is opened and focused with `cwd` set to the picked project.## uweb: Focus Explorer and Terminal
`uweb.focusExplorerAndTerminal`
The combination of other two commands.