The most recent update of Kite added a hint feature on the right of every line my cursor is on. ,
, 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.
Asked
Active
Viewed 2,568 times
19

Aidenhsy
- 915
- 2
- 13
- 28
-
2I am curious, what intention of that constant decoration? – alerya Mar 28 '21 at 14:42
2 Answers
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
-
After searching in settings, this popped up in my settings.json. Confirming both answers work. – Joshua Wolfe Apr 07 '21 at 12:07
-
2glad I could help :) by the way, this was my first ever answer on stackoverflow. – Fays May 19 '21 at 09:29