|
|
|
|
|
by tivert
696 days ago
|
|
> but by god does it generate me a lot of boilerplate and comments. Why would you have it write comments? The core of most useful comments is understanding that's not directly reflected in the code (hence the comment), and things that capture your understanding of what you're doing. Boilerplate comments are noise. |
|
So for example if I start typing 'while' it will let me tab complete out the whole skeleton of that loop. For simpler things it even seems to be able to guess my intentions and actually populate the loop and its conditions.