|
|
|
|
|
by chuckadams
790 days ago
|
|
I find it's really handy for autocompleting the brainless grunt-work parts: e.g. I have a dozen keys from a json response I'm assigning to a DTO, one per line, giving them a default of blank if the key is null/undefined. After I've done a couple, the tab-complete AI is really good about continuing the same pattern for the rest of the keys, I literally just hit <tab> <return> repeatedly til done. It's not doing the thinking for me, just the typing. |
|