flycheck-inline icon indicating copy to clipboard operation
flycheck-inline copied to clipboard

Display Flycheck errors inline

Results 9 flycheck-inline issues
Sort by recently updated
recently updated
newest added

For https://github.com/flycheck/flycheck/pull/1972

That's what I expected by the name of this library. And that's what the last screenshot looks like. However I still need to have my (evil) cursor over the problematic...

Fix #20. This simply requires `compile.el` so that we will have the `compilation-*` faces available. However, I am not sure if it is the best fix. Maybe we should instead...

Hi, Thank you for maintaining this awesome package! Recently I found that the inline error messages sometimes used the `default` face. It seems that is because those `flycheck-inline-*` faces are...

I have a package that inserts a text snippet into the buffer, where one of the characters in the snippet has an overlay with an insert-in-front-hooks setup that deletes the...

Hi, I've been using flycheck-inline for a few weeks, without issues on Windows. However, this week I started using Ubuntu (18.04) as my primary environment and have been having issues...

If a related error is in a part of the buffer that's not currently visible, we should rather report it under the current error, alongside with the code line that...

For some checkers, sometimes the entire line can be just a single error and that error will not have any column info, in that case `flycheck-inline-display-errors` will raise a `(wrong-type-argument...

Hi, thanks for this package :-) I wrote this minimal init file: ```elisp (defvar elpaca-installer-version 0.10) (defvar elpaca-directory (expand-file-name "elpaca/" user-emacs-directory)) (defvar elpaca-builds-directory (expand-file-name "builds/" elpaca-directory)) (defvar elpaca-repos-directory (expand-file-name "repos/"...