atom-inline-blame
atom-inline-blame copied to clipboard
Flickering
Hi,
The inline blame (::after) flicker when it appear.
I think this is caused because a fadeIn keyframes is already defined in another package.
Maybe you could prefix your @keyframes with your package name the prevent this ?
I also recommend prepending the message with "//" like VS Code. Show that this is a comment and prevent people from getting confused.
I also recommend prepending the message with "//" like VS Code
@mrleblanc101 In the settings you can change the inline format, and add //
at the beginning.
I actually notice a flickering of the editor's background. More specifically, the background color of lines. It's so slight, screen capturing can't catch it, but my eyes/brain sure are. Whenever I type, even with the threshold set to 500ms, I see the flicker; disabling the package causes the flickering to stop.