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

https://github.com/mallowigi/focus-mode

Focus Mode Plugin for IntelliJ IDEA
https://github.com/mallowigi/focus-mode

focus jetbrains plugin

Last synced: 3 months ago
JSON representation

Focus Mode Plugin for IntelliJ IDEA

Awesome Lists containing this project

README

          

# Focus Mode 2



logo

-----

Cut distractions by dimming everything but the part of code you're currently working on.

## What is it?

Originally inspired by an extension with the same name, this feature allows you to limit distractions by making the
current scope of the code you're working on stand out by dimming everything else.

Originally part of the Material Theme UI plugin, this feature has been moved to its own plugin, in order to simplify
the main plugin's features and eliminate bloatware.

> Moreover, while it was previously a paid feature, it is now open for everyone.

What it does is to “focus” on the current part of the code, by “unhighlighting” the parts surrounding it.
Whether it’s within a class, a function, or inside an if-block, the surrounding parts will receive a unique,
monotone color, in order for the focused part to receive all the necessary attention.

### Installation

You can install the plugin from the [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/21237-focus-mode-2) or
from the Plugins' settings page.

After installation, you will be able to see a new setting page, **Focus Mode**, under the _Appearance_ section.

![settings.png](https://raw.githubusercontent.com/mallowigi/focus-mode/main/docs/settings.png)

### Screenshots

#### Focus Mode for Material Oceanic Theme

![focusModeOceanic.png](https://raw.githubusercontent.com/mallowigi/focus-mode/main/docs/focusModeOceanic.png)

#### Focus Mode for Material Lighter Theme

![focusModeLighter.png](https://raw.githubusercontent.com/mallowigi/focus-mode/main/docs/focusModeLighter.png)

#### Custom Focus Mode color (black)

![customFocusColor.png](https://raw.githubusercontent.com/mallowigi/focus-mode/main/docs/customFocusColor.png)

#### Custom Focus Mode color (white)

![customFocusColorWhite.png](https://raw.githubusercontent.com/mallowigi/focus-mode/main/docs/customFocusColorWhite.png)