(no title)
motrm | 1 year ago
As a competent programmer I've already got an idea of what I'm about to write in my head, yet having an immediate prompt suggest a "do you mean this?" turns that train of thought away from what I'm writing and instead to "is the suggestion correct and what I want?" before accepting or ignoring it.
It's not for me, I just want to get my brain waves into the IDE as quickly as I can.
That said I can certainly see how it'd be useful when working with a language you're not super familiar with, perhaps one you just dabble in occasionally, or where you're learning programming in general, or a new language, where these hints could save you a quick search for "for loop syntax in $LANG".
It's very exciting to see what will come out of AI. There's a lot of stuff not relevant to me, but in time far smarter people than I will conjure up ways to make my life easier.
hu3|1 year ago
I'm retraining my brain to cooperate more with AI suggestion because they will get larger and more precise too.
It's going to become a force multiplier wether I like it or not, so I don't want to be left behind.
In a near future, I'm afraid that
"this guy still types most of his code, can you believe that?"
will be a popular joke.
btown|1 year ago
If the price of this is sometimes needing to learn to ignore the gray text before I write that pseudocode comment, well... it's no worse than Clippy, and we all survived that era fine!
bitwize|1 year ago
There is evidence that ADHD sufferers are more distracted by such "helpful" IDE features. But I think we're going to just have to retrain our brains to accommodate them because we'd be leaving productivity on the table otherwise.
rpigab|1 year ago
chuckadams|1 year ago
adverbly|1 year ago
I wonder if they could have a "double tap" setting where you would have to press tab to see the suggestion, and then you could press tab again to accept it. That way, you could "opt in" if you know that you're about to write some brainless boilerplate or if you know you want to ask for help.