Plugin to show problems inside the text editor for IDEs based on the IntelliJ Platform
|
|
||
|---|---|---|
| .github | ||
| .idea | ||
| .run | ||
| gradle/wrapper | ||
| resources | ||
| src/main | ||
| .gitignore | ||
| build.gradle.kts | ||
| CHANGELOG.md | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| LICENSE | ||
| qodana.yml | ||
| README.md | ||
| settings.gradle.kts | ||
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
Table of Contents
- About The Project
- Getting Started
- Beta Versions
- Roadmap
- License
- 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/20789as custom plugin repository if you only want this plugin from thebetachannel - Add
https://plugins.jetbrains.com/plugins/beta/listas custom plugin repository and you get all plugins with builds in thebetachannel
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












