import-cost icon indicating copy to clipboard operation
import-cost copied to clipboard

Better compability with gitlens

Open donaldpipowitch opened this issue 7 years ago • 4 comments

Hi,

I use the gitlens from @eamodio together with import-cost. Thank you both for these great plugins.

It would be nice, if import-cost could be more compatible to gitlens. This could be done quite easily with an optional setting, I think: disable import-cost on currently selected line. Normally gitlens shows you the $ git blame information for the current line. But together with import-cost I can't see this information - and the information from import-cost just becomes gray.

image

I personally would be fine to see

  • import-cost information if the line is not selected
  • gitlens information if the line is selected

Maybe we can just add a "importCost.hideOnCurrentLine" setting which is false by default?

donaldpipowitch avatar Sep 21 '17 13:09 donaldpipowitch

FYI I opened this vscode issue: https://github.com/Microsoft/vscode/issues/33852

eamodio avatar Sep 24 '17 01:09 eamodio

Thanks for the link.

donaldpipowitch avatar Sep 24 '17 05:09 donaldpipowitch

I also use both extensions, but toggle gitlens annotations on and off. Wanted to open a feature request to show import costs as a lens above the current line, just like git lens does, but wasn't aware that they seem to collide.

I would love it if import costs would use lenses to annotate or had an option to do so!

codepunkt avatar Nov 15 '17 20:11 codepunkt

this needs attention

menasheh avatar Dec 20 '22 19:12 menasheh