chylex / IntelliJ-Inspection-Lens

IntelliJ platform plugin that shows errors, warnings, and other inspection highlights inline.
https://plugins.jetbrains.com/plugin/19678-inspection-lens
Mozilla Public License 2.0
57 stars 12 forks source link

Issues with rendered documentation comments #26

Open igor-akhmetov opened 2 months ago

igor-akhmetov commented 2 months ago

Hello, It seems inspection lens causes some issues when there are inspections inside rendered documentation comments, e.g.: image The original source code was this (C++ in Rider, but shouldn't matter):

enum Test
{
    /// The value is optional, and may specify a name override for the method.
    A,

    /// UPARAM
    B,
};
dkjb634 commented 2 months ago

chylex, Feel free to join JetBrains plugin-writers community should you need any assistance. It is a Slack channel. If you are interested, please let me know the email where we can send an invitation. (or you can contact support first (Help | Contact Support) and explicitly ask for adding you to the plugin developers channel)

chylex commented 1 month ago

Looks like a conflict between the documentation renderer, and the plugin's range highlighter that adds the line background. Interesting.