19

The most recent update of Kite added a hint feature on the right of every line my cursor is on. image1, image2, which gets super annoying. I want to continue using Kite but I don't want this "Find related code in " to follow the cursor around.

Aidenhsy
  • 915
  • 2
  • 13
  • 28

2 Answers2

24

For VSCode: "Search in the settings for "Kite > Codefinder > Enable Line Decoration" and disable it. That helped me." (found on github)

For Atom: "Settings > Packages > Kite > Enable codefinder decoration", disable this.

Cidgi359
  • 241
  • 1
  • 5
10

For VSCode: go to settings.json and paste this line to your settings "kite.codefinder.enableLineDecoration": false

it worked for me and that annoying pop-up is gone.

Fays
  • 101
  • 2