Hacker News new | ask | show | jobs
by patrickvmm 2323 days ago
I've also noticed how intellisense affects design. It dictates bottum-up design and shapes your thoughts. You don't memorize what's in your classes anymore but get lazy and press . and scroll through the properties.

New vs versions allow to disable the auto popup and allow to only display intellisense when called through C-Space. I've been using that and found that it improved my reasoning.