chylex

Results 181 comments of chylex

Hmm I don't know how common such long errors are, I don't run into them often enough to warrant dealing with the complexities of cutting text.

I'm wondering what is the reason for wanting color customization in the first place, because specific problems such as: - "I customized the colors in 'Color Scheme - Errors and...

There are two problems with only showing one inspection. - It requires keeping track of which errors are on which lines, and dealing with changes in edited text that join/break...

You can already customize colors of error stripe marks or underlines for both standard and user-defined inspections though, to me it would make more sense for the plugin to adapt...

Sounds reasonable to have maybe an optional keyboard shortcut that toggles the inspections. I can't guarantee when I will get to it though.

I'll consider it. As it says in the description, this plugin has no customization; generally I find IntelliJ's configuration system to be a hassle, but I can see this being...

> Could the plugin use the same font as the code? Please don't post off-topic questions in someone else's issue, use https://github.com/chylex/IntelliJ-Inspection-Lens/discussions instead.

> This would actually be very nice. Or at least show errors before warnings from left to right. For example, when having both an ESLint warning and a Typescript error...

Hi, I'm not sure what's the state of this feature request, but if the author is interested it's possible to use `MarkupModelListener` to receive notifications for highlights of every category...

> > Hi, I'm not sure what's the state of this feature request, but if the author is interested it's possible to use `MarkupModelListener` to receive notifications for highlights of...