Hacker News new | ask | show | jobs
by Adverblessly 806 days ago
That's actually how I use IntelliJ, I'll type something like

  x = foo();
And then accept the correction it offers to

  vector<Bar> x = foo();
Which is nice enough since you can invoke all this with just the keyboard.