Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unixzii/vscode-spotlight
A spotlight that help you focus on some lines
https://github.com/unixzii/vscode-spotlight
code editor focus highlighter vscode-extension vscode-plugin
Last synced: about 2 months ago
JSON representation
A spotlight that help you focus on some lines
- Host: GitHub
- URL: https://github.com/unixzii/vscode-spotlight
- Owner: unixzii
- License: mit
- Created: 2020-02-22T09:46:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T19:43:52.000Z (almost 2 years ago)
- Last Synced: 2023-05-13T23:45:42.740Z (over 1 year ago)
- Topics: code, editor, focus, highlighter, vscode-extension, vscode-plugin
- Language: TypeScript
- Size: 1.05 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vscode-spotlight
> A spotlight that help you focus on some lines
## Overview
This extension let you dim the lines outside the selections. It can help your presentation or code reviewing process to be better.
![Screenshot](images/screenshot.png)
## Features
* Multiple ranges highlighting supports
* Show the list of highlighted ranges
* Quick jump## Usage
Open **Command Palette** and search for "Spotlight". There are the commands the extension provides:
* Change Opacity of Dimmed Text
* Clear Ranges
* Focus on the Selected Lines
* Show Highlighted RangesTo highlight some lines, select these lines and execute "Focus on the Selected Lines" command.
## Configurations
```javascript
// The opacity of the lines outside the focus ranges.
"spotlight.dimOpacity": 0.4
```## License
MIT