Plugin to show problems inside the text editor for IDEs based on the IntelliJ Platform
Find a file
2025-11-04 12:28:33 +01:00
.github Create FUNDING.yml 2025-04-12 14:12:21 +02:00
.idea added feature to enable and disable all warings with a keybind 2025-05-01 21:56:55 +02:00
.run Add ci setup from jetbrains template, prepare 0.3.3 release 2023-02-18 20:39:27 +01:00
gradle/wrapper Init 2022-12-14 00:57:04 +01:00
resources Adds screenshots and gifs 2023-04-08 14:56:20 +02:00
src/main Fix maxFileLines comparison 2025-10-30 13:43:15 +01:00
.gitignore Gutter Icons 2023-08-18 00:04:13 +02:00
build.gradle.kts Try to use unlimited until-build for future IDEA Releases 2025-02-17 10:26:26 +01:00
CHANGELOG.md Fix some GitHub repository URLs 2025-11-02 20:22:57 +01:00
gradle.properties Fix some GitHub repository URLs 2025-11-02 20:22:57 +01:00
gradlew Init 2022-12-14 00:57:04 +01:00
gradlew.bat Init 2022-12-14 00:57:04 +01:00
LICENSE Initial commit 2022-12-11 23:31:26 +01:00
qodana.yml Fixes qodana jvm version 2023-08-26 19:36:21 +02:00
README.md Prepare for 0.5.7 2025-05-05 20:49:37 +02:00
settings.gradle.kts Init 2022-12-14 00:57:04 +01:00

Contributors Forks Stargazers Issues GPLv3 License Version Downloads Rating


Logo

InlineProblems

Plugin to show problems like errors and warnings inside the text editor (inline) for IDEs based on the IntelliJ Platform, inspired by Error Lens and InlineError.

You can turn this plugin on and off with the keyboard shortcut alt+u, additional shortcuts can be configured in the settings.


Jetbrains Marketplace . Codeberg · Github . Report Bug · Request Feature

GIF GIF


Screenshots

PNG PNG PNG PNG PNG PNG PNG PNG PNG PNG PNG

Table of Contents
  1. About The Project
  2. Getting Started
  3. Beta Versions
  4. Roadmap
  5. License
  6. Contact

About The Project

  • I use this plugin professionally on a daily basis in IntelliJ and CLion in combination with the IdeaVIM extension

Getting Started

  • Clone the repository and open it with IntelliJ

Beta Versions

Download

  • You can download beta versions from the GitHub release page, there are available as pre-releases.

Custom Repository

  • Add https://plugins.jetbrains.com/plugins/beta/20789 as custom plugin repository if you only want this plugin from the beta channel
  • Add https://plugins.jetbrains.com/plugins/beta/list as custom plugin repository and you get all plugins with builds in the beta channel

Roadmap

  • Multiline ErrorLabels (Inlays)
  • Delay before adding problems
  • Listen to changed width of editor and redraw labels if needed

License

Distributed under the GNU General Public License v3 See LICENSE for more information.

Contact

Julian Hackinger - dev@hackinger.net

Project Link: https://github.com/0verEngineer/InlineProblems