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
- Host: GitHub
- URL: https://github.com/mallowigi/focus-mode
- Owner: mallowigi
- License: apache-2.0
- Created: 2023-03-10T16:39:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T07:33:58.000Z (about 1 year ago)
- Last Synced: 2025-06-16T01:26:28.947Z (4 months ago)
- Topics: focus, jetbrains, plugin
- Language: Kotlin
- Homepage:
- Size: 2.79 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Focus Mode 2
-----
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.

### Screenshots
#### Focus Mode for Material Oceanic Theme

#### Focus Mode for Material Lighter Theme

#### Custom Focus Mode color (black)

#### Custom Focus Mode color (white)
