@j12t I find it very nice if you turn off the automatic suggestions.

It's very good at saving you the usual "shit, what's this obscure one liner that I know I'll find at the top result of google in a StackOverflow answer" dev cycle.

Or just speeding up writing structured code that's logically related.

Like if you define a "first_name" variable, you mostly likely also want a "last_name" and it's pretty good at picking up on that.