Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 Ranges

To 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