mirror of
https://github.com/chylex/IntelliJ-Inspection-Lens.git
synced 2025-05-28 17:34:05 +02:00
Add README and update the plugin description
This commit is contained in:
parent
ef18a1d9b5
commit
55b71b982b
7
README.md
Normal file
7
README.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
IntelliJ plugin that shows errors, warnings, and other inspection highlights inline.
|
||||||
|
|
||||||
|
Simply install the plugin and inspection descriptions will appear on the right side of the lines. Shown inspection severities are **Errors**, **Warnings**, **Weak Warnings**, **Server Problems**, **Typos**, and other inspections from plugins or future IntelliJ versions that have a high enough severity level. Each severity has a different color, with support for both light and dark themes.
|
||||||
|
|
||||||
|
The plugin is not customizable outside of the ability to disable/enable the plugin without restarting the IDE. If the defaults don't work for you, I would recommend either trying the [Inline Error](https://plugins.jetbrains.com/plugin/17302-inlineerror) plugin which can be customized, or proposing your change in the [issue tracker](https://github.com/chylex/IntelliJ-Inspection-Lens/issues).
|
||||||
|
|
||||||
|
Inspired by [Error Lens](https://marketplace.visualstudio.com/items?itemName=usernamehw.errorlens) for Visual Studio Code, and [Inline Error](https://plugins.jetbrains.com/plugin/17302-inlineerror) for IntelliJ Platform.
|
@ -6,9 +6,23 @@
|
|||||||
<description><![CDATA[
|
<description><![CDATA[
|
||||||
Shows errors, warnings, and other inspection highlights inline.
|
Shows errors, warnings, and other inspection highlights inline.
|
||||||
<br><br>
|
<br><br>
|
||||||
Inspired by <a href="https://marketplace.visualstudio.com/items?itemName=usernamehw.errorlens">Error Lens</a> for VS Code, and <a href="https://github.com/despinoza1/InlineError">Inline Error</a> for IntelliJ Platform.
|
Simply install the plugin and inspection descriptions will appear on the right side of the lines.
|
||||||
|
Shown inspection severities are <b>Errors</b>, <b>Warnings</b>, <b>Weak Warnings</b>, <b>Server Problems</b>, <b>Typos</b>, and other inspections from plugins or future IntelliJ versions that have a high enough severity level.
|
||||||
|
Each severity has a different color, with support for both light and dark themes.
|
||||||
|
<br><br>
|
||||||
|
The plugin is not customizable outside of the ability to disable/enable the plugin without restarting the IDE.
|
||||||
|
If the defaults don't work for you, I would recommend either trying the <a href="https://plugins.jetbrains.com/plugin/17302-inlineerror">Inline Error</a> plugin which can be customized, or proposing your change in the <a href="https://github.com/chylex/IntelliJ-Inspection-Lens/issues">issue tracker</a>.
|
||||||
|
<br><br>
|
||||||
|
Inspired by <a href="https://marketplace.visualstudio.com/items?itemName=usernamehw.errorlens">Error Lens</a> for VS Code, and <a href="https://plugins.jetbrains.com/plugin/17302-inlineerror">Inline Error</a> for IntelliJ Platform.
|
||||||
]]></description>
|
]]></description>
|
||||||
|
|
||||||
|
<change-notes><![CDATA[
|
||||||
|
<b>Version 1.0.0</b>
|
||||||
|
<ul>
|
||||||
|
<li>Initial version with support for IntelliJ 2022.2 and newer.</li>
|
||||||
|
</ul>
|
||||||
|
]]></change-notes>
|
||||||
|
|
||||||
<depends>com.intellij.modules.platform</depends>
|
<depends>com.intellij.modules.platform</depends>
|
||||||
|
|
||||||
<extensions defaultExtensionNs="com.intellij">
|
<extensions defaultExtensionNs="com.intellij">
|
||||||
|
Loading…
Reference in New Issue
Block a user