Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nazarhussain/nh-vsc-focused
VSCode extension to focus on large project
https://github.com/nazarhussain/nh-vsc-focused
Last synced: 29 days ago
JSON representation
VSCode extension to focus on large project
- Host: GitHub
- URL: https://github.com/nazarhussain/nh-vsc-focused
- Owner: nazarhussain
- License: mit
- Created: 2023-01-12T16:35:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-12T16:50:53.000Z (about 2 years ago)
- Last Synced: 2025-01-03T06:26:58.995Z (about 1 month ago)
- Language: TypeScript
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Focused
This VSCode extension provide small utilities to help focusing on a large code base.
## Features
- A dedicated tree view to that can be added to the secondary sidebar.
- `Focused: Focus Folder` - Select folders from the explore view added to the special view.
- `Focused: Unfocus Folder` - Remove the folder from focus view.
- `Focused: Refresh` - Refresh changes in the focused system directories.## Requirements
- Had developed and tested this extension with VSCode 1.74.3. So any version above will work fine.
## Extension Settings
- `nh-vsc-focused.rememberLastFocused`: Remember the folders which were focused lately.
**Enjoy!**