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.
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.
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.
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.