Hi,
Thanks for that, I’ll try to disable these features and see if working with YCM is getting more usable again.
Just to illustrate my point, here are a few examples. I move the cursor over the super keyword in Python, and instead of being able to read code I get this blob obstructing everything:
I’m quite aware of how super works, and I don’t need these popups everywhere I move the cursor. Same here, but this is actually wrong because the cursor is over an
integer literal and not the
int() function
Or like here, cursor is over an integer literal and the blob for
tuples pops open:
None of that is useful at all. There a plenty of more instances where I move the cursor around and with every few characters my reading is obstructed by random blobs popping up all the time. And most of the time these blobs contribute little to nothing to my reading the code.
Then there’s nonsense like this:
Just don’t show this. Seriously, this one pops up a lot. And here are a few examples popups that make me wonder what use they contribute:
As I said, YCM is a helpful tool but this current flood and spamming with questionable “documentation” of code that’s clear anyway — it all makes YCM an annoying obstruction.
Cheers,
Jens